Forgot to finish my sentence :(

This commit is contained in:
barelyprofessional
2026-01-28 00:42:15 -06:00
parent a4ad3f4b45
commit 051a663c4e

View File

@@ -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
}
}