From 199fc7c0181dd9a94f9ddd66d9f83dda3e957d74 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Wed, 15 Jun 2022 00:12:04 +0700 Subject: [PATCH] =?UTF-8?q?=C2=AF\=5F(=E3=83=84)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bot/Bot.fs | 1 - Bot/Games/Store.fs | 8 +------- 2 files changed, 1 insertion(+), 8 deletions(-) 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