From 6b5e7d621bac1219b2e99afa3d0f6ac9f5fb5e6f Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Sat, 9 May 2026 22:15:35 -0500 Subject: [PATCH] Delete !rain message for participants --- KfChatDotNetBot/Commands/Kasino/RainCommand.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/KfChatDotNetBot/Commands/Kasino/RainCommand.cs b/KfChatDotNetBot/Commands/Kasino/RainCommand.cs index 510ef88..e586705 100644 --- a/KfChatDotNetBot/Commands/Kasino/RainCommand.cs +++ b/KfChatDotNetBot/Commands/Kasino/RainCommand.cs @@ -93,6 +93,7 @@ public class RainCommand : ICommand await botInstance.SendChatMessageAsync( $"LFG {user.FormatUsername()} is now a participant! There's now {rain.Participants.Count + 1} participant{pluralSuffix}! Type [ditto]!rain[/ditto] to participate", true, autoDeleteAfter: cleanupDelay); + await botInstance.KfClient.DeleteMessageAsync(message.MessageUuid!); return; } //if you're trying to start the rain