Added missing state clear after the nobody participated message

This commit is contained in:
barelyprofessional
2026-01-29 22:10:22 -06:00
parent ca2e2c7874
commit de859e8fad
+1
View File
@@ -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;
}