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