¯\_(ツ)_/¯

This commit is contained in:
Joseph Ferano 2022-06-15 00:12:04 +07:00
parent a70669c970
commit 199fc7c018
2 changed files with 1 additions and 8 deletions

View File

@ -66,7 +66,6 @@ let inviterCommands = inviterBot.UseSlashCommands()
let adminCommands = adminBot.UseSlashCommands()
hackerCommands.RegisterCommands<HackerBattle.HackerGame>(guild);
//jpegCommands.RegisterCommands<Store.JpegStore>(guild);
//stealCommands.RegisterCommands<Thief.StealGame>(guild);
inviterCommands.RegisterCommands<InviteTracker.Inviter>(guild);
//slotsCommands.RegisterCommands<SlotMachine.SlotMachine>(guild);

View File

@ -481,9 +481,3 @@ let sendArmoryEmbed (ctx : IDiscordContext) =
printfn $"Error trying to get channel Armory\n\n{e.Message}"
} |> Async.RunSynchronously
type JpegStore() =
inherit ApplicationCommandModule ()
// [<SlashCommand("jpegs", "Check jpegs or raffle tickets you own")>]
// member this.Inventory (ctx : InteractionContext) =
// showJpegsEmbed (DiscordInteractionContext ctx)