Delete !rain message for participants

This commit is contained in:
barelyprofessional
2026-05-09 22:15:35 -05:00
parent fc6b0e2918
commit 6b5e7d621b

View File

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