¯\_(ツ)_/¯
This commit is contained in:
parent
a70669c970
commit
199fc7c018
@ -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);
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user