Updated the Discord server name

This commit is contained in:
Toastie 2024-06-27 16:40:00 +12:00
parent 496a0cc68c
commit 3df4f710da
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -93,7 +93,7 @@ public class Blackjack
} }
catch (Exception ex) catch (Exception ex)
{ {
Log.Error(ex, "REPORT THE MESSAGE BELOW IN Ellie Support SERVER PLEASE"); Log.Error(ex, "REPORT THE MESSAGE BELOW IN Ellie's Home SERVER PLEASE");
State = GameState.Ended; State = GameState.Ended;
_ = GameEnded?.Invoke(this); _ = GameEnded?.Invoke(this);
} }