diff --git a/KfChatDotNetBot/Commands/Kasino/RainCommand.cs b/KfChatDotNetBot/Commands/Kasino/RainCommand.cs index e9b885d..4915a27 100644 --- a/KfChatDotNetBot/Commands/Kasino/RainCommand.cs +++ b/KfChatDotNetBot/Commands/Kasino/RainCommand.cs @@ -105,6 +105,7 @@ public class RainCommand : ICommand while (timer > 0) { timer--; + await Task.Delay(1000, ctx); await botInstance.KfClient.EditMessageAsync(msg.ChatMessageId!.Value, $"{user.FormatUsername()} is making it rain with {await decAmount.FormatKasinoCurrencyAsync()}! Type !rain in the next {timer} seconds to join."); }