diff --git a/Bot/PlayerInteractions.fs b/Bot/PlayerInteractions.fs index 5f5008f..1ea49d9 100644 --- a/Bot/PlayerInteractions.fs +++ b/Bot/PlayerInteractions.fs @@ -92,8 +92,8 @@ module Commands = type PlayerInteractions() = inherit ApplicationCommandModule () - [] - member _.AddHackerRole (ctx : InteractionContext) = Commands.addHackerRole ctx +// [] +// member _.AddHackerRole (ctx : InteractionContext) = Commands.addHackerRole ctx [] member this.Status (ctx : InteractionContext) = Commands.status ctx