forked from EllieBotDevs/elliebot
Updated things to be right
This commit is contained in:
parent
3181f4dcaa
commit
496a0cc68c
3 changed files with 4 additions and 4 deletions
src/EllieBot/Modules/Gambling/BlackJack
|
@ -93,7 +93,7 @@ public class Blackjack
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Log.Error(ex, "REPORT THE MESSAGE BELOW IN #NadekoLog SERVER PLEASE");
|
||||
Log.Error(ex, "REPORT THE MESSAGE BELOW IN Ellie Support SERVER PLEASE");
|
||||
State = GameState.Ended;
|
||||
_ = GameEnded?.Invoke(this);
|
||||
}
|
||||
|
|
Reference in a new issue