Disabled Planes for now

This commit is contained in:
barelyprofessional
2025-10-11 01:38:10 -05:00
parent 9d36f58a71
commit cf688bd61b

View File

@@ -293,6 +293,9 @@ public class Planes : ICommand
public async Task RunCommand(ChatBot botInstance, MessageModel message, UserDbModel user, GroupCollection arguments,
CancellationToken ctx)
{
await botInstance.SendChatMessageAsync(
"Planes has been temporarily disabled until the bugs are finally sorted.", true);
return;
var cleanupDelay = TimeSpan.FromMilliseconds((await SettingsProvider.GetValueAsync(BuiltIn.Keys.KasinoPlanesCleanupDelay)).ToType<int>());
var logger = LogManager.GetCurrentClassLogger();
if (!arguments.TryGetValue("amount", out var amount))