diff --git a/Bot/Bot.fs b/Bot/Bot.fs index 9bfee26..cfa3d8a 100644 --- a/Bot/Bot.fs +++ b/Bot/Bot.fs @@ -66,7 +66,6 @@ let inviterCommands = inviterBot.UseSlashCommands() let adminCommands = adminBot.UseSlashCommands() hackerCommands.RegisterCommands(guild); -//jpegCommands.RegisterCommands(guild); //stealCommands.RegisterCommands(guild); inviterCommands.RegisterCommands(guild); //slotsCommands.RegisterCommands(guild); diff --git a/Bot/Games/Store.fs b/Bot/Games/Store.fs index e2abc34..3231b4f 100644 --- a/Bot/Games/Store.fs +++ b/Bot/Games/Store.fs @@ -480,10 +480,4 @@ let sendArmoryEmbed (ctx : IDiscordContext) = with e -> printfn $"Error trying to get channel Armory\n\n{e.Message}" } |> Async.RunSynchronously - -type JpegStore() = - inherit ApplicationCommandModule () - -// [] -// member this.Inventory (ctx : InteractionContext) = -// showJpegsEmbed (DiscordInteractionContext ctx) + \ No newline at end of file