This commit is contained in:
Joseph Ferano 2022-04-13 12:43:48 +07:00
parent e47defa2d8
commit a461d563fa

View File

@ -321,7 +321,7 @@ type HackerGame() =
[<SlashCommand("shield", "Create a passive shield that will protect you for a certain time")>]
member this.ShieldCommand (ctx : InteractionContext) =
enforceChannels (DiscordInteractionContext ctx) Trainer. defend
enforceChannels (DiscordInteractionContext ctx) Trainer.defend defend
[<SlashCommand("scan", "Find 5 targets connected to the network we can try to hack")>]
member this.ScanCommand (ctx : InteractionContext) =