¯\_(ツ)_/¯

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() let adminCommands = adminBot.UseSlashCommands()
hackerCommands.RegisterCommands<HackerBattle.HackerGame>(guild); hackerCommands.RegisterCommands<HackerBattle.HackerGame>(guild);
//jpegCommands.RegisterCommands<Store.JpegStore>(guild);
//stealCommands.RegisterCommands<Thief.StealGame>(guild); //stealCommands.RegisterCommands<Thief.StealGame>(guild);
inviterCommands.RegisterCommands<InviteTracker.Inviter>(guild); inviterCommands.RegisterCommands<InviteTracker.Inviter>(guild);
//slotsCommands.RegisterCommands<SlotMachine.SlotMachine>(guild); //slotsCommands.RegisterCommands<SlotMachine.SlotMachine>(guild);

View File

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