From 051a663c4e51c3693cfebc3f28d112db9384fa12 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Wed, 28 Jan 2026 00:42:15 -0600 Subject: [PATCH] Forgot to finish my sentence :( --- KfChatDotNetBot/Commands/Kasino/RainCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KfChatDotNetBot/Commands/Kasino/RainCommand.cs b/KfChatDotNetBot/Commands/Kasino/RainCommand.cs index 4915a27..3cd1e83 100644 --- a/KfChatDotNetBot/Commands/Kasino/RainCommand.cs +++ b/KfChatDotNetBot/Commands/Kasino/RainCommand.cs @@ -110,6 +110,6 @@ public class RainCommand : ICommand $"{user.FormatUsername()} is making it rain with {await decAmount.FormatKasinoCurrencyAsync()}! Type !rain in the next {timer} seconds to join."); } await botInstance.KfClient.DeleteMessageAsync(msg.ChatMessageId!.Value); - // At this point the timer should take care of things but truthfully it's + // At this point the timer should take care of things but truthfully it's a disaster and probably won't work } } \ No newline at end of file