mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Forgot to finish my sentence :(
This commit is contained in:
@@ -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.");
|
$"{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);
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user