From 8cdd9b5aa685b0107d4f5e4929b5444380afb0e5 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Mon, 31 Jan 2022 14:11:45 +0700 Subject: [PATCH] Remove extra redpill command --- Bot/PlayerInteractions.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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