mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-16 11:02:44 -04:00
Added missing state clear after the nobody participated message
This commit is contained in:
@@ -91,6 +91,7 @@ public class KasinoRain : IDisposable
|
||||
await _kfChatBot.SendChatMessageAsync(
|
||||
$"Nobody participated in {creator.User.FormatUsername()}'s rain!",
|
||||
true, autoDeleteAfter: TimeSpan.FromSeconds(30));
|
||||
await RemoveRainState();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user