From c2f0125fb6ca7a071e0d437d798ec41f9a56d95f Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Fri, 4 Mar 2022 15:22:22 +0700 Subject: [PATCH] Fix slash commands --- Bot/Games/Store.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bot/Games/Store.fs b/Bot/Games/Store.fs index 7727110..bc2e1c2 100644 --- a/Bot/Games/Store.fs +++ b/Bot/Games/Store.fs @@ -215,10 +215,10 @@ type Store() = // [] // member _.BuyItem (ctx : InteractionContext) = checkChannel (DiscordInteractionContext(ctx)) // - [] + [] member _.BuyHack (ctx : InteractionContext) = enforceChannel (DiscordInteractionContext(ctx)) (buy (Inventory.getItemsByType ItemType.Hack)) - [] + [] member this.BuyShield (ctx : InteractionContext) = enforceChannel (DiscordInteractionContext(ctx)) (buy (Inventory.getItemsByType ItemType.Shield)) // []