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)) // []