diff --git a/Bot/Bot.fs b/Bot/Bot.fs index 9359f29..d805084 100644 --- a/Bot/Bot.fs +++ b/Bot/Bot.fs @@ -59,16 +59,16 @@ let slotsBot = new DiscordClient(slotsConfig) let adminBot = new DiscordClient(adminConfig) let hackerCommands = hackerBattleBot.UseSlashCommands() -let jpegCommands = jpegBot.UseSlashCommands() +//let jpegCommands = jpegBot.UseSlashCommands() //let stealCommands = stealBot.UseSlashCommands() -let inviterCommands = inviterBot.UseSlashCommands() -let slotsCommands = slotsBot.UseSlashCommands() +//let inviterCommands = inviterBot.UseSlashCommands() +//let slotsCommands = slotsBot.UseSlashCommands() let adminCommands = adminBot.UseSlashCommands() hackerCommands.RegisterCommands(guild); -jpegCommands.RegisterCommands(guild); +//jpegCommands.RegisterCommands(guild); //stealCommands.RegisterCommands(guild); -inviterCommands.RegisterCommands(guild); +//inviterCommands.RegisterCommands(guild); //slotsCommands.RegisterCommands(guild); adminCommands.RegisterCommands(guild) diff --git a/Bot/Games/Thief.fs b/Bot/Games/Thief.fs index ccf4244..5e57a8a 100644 --- a/Bot/Games/Thief.fs +++ b/Bot/Games/Thief.fs @@ -250,11 +250,11 @@ let handleStealButton _ (event : ComponentInteractionCreateEventArgs) = type StealGame() = inherit ApplicationCommandModule () - [] - member this.Steal (ctx : InteractionContext, - [] amount : int64, - [] target : DiscordUser) = +// [] +// member this.Steal (ctx : InteractionContext, +// [] amount : int64, +// [] target : DiscordUser) = // enforceChannel (DiscordInteractionContext ctx) (steal target amount) - steal target (int amount) (DiscordInteractionContext ctx) +// steal target (int amount) (DiscordInteractionContext ctx)