From 9a665ab00fb64276bd368c203734861627483887 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Fri, 18 Feb 2022 11:22:24 +0700 Subject: [PATCH] Remove thievery channel --- Bot/GuildEnvironment.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bot/GuildEnvironment.fs b/Bot/GuildEnvironment.fs index dcfa468..13a0085 100644 --- a/Bot/GuildEnvironment.fs +++ b/Bot/GuildEnvironment.fs @@ -20,7 +20,7 @@ let channelEventsHackerBattle = getId "CHANNEL_EVENTS_HACKER_BATTLE" let channelTraining = getId "CHANNEL_TRAINING" let channelArmory = getId "CHANNEL_ARMORY" let channelBattle = getId "CHANNEL_BATTLE" -let channelThievery = getId "CHANNEL_THIEVERY" +//let channelThievery = getId "CHANNEL_THIEVERY" let botIdHackerBattle = getId "BOT_HACKER_BATTLE" let botIdArmory = getId "BOT_ARMORY" let roleTrainee = getId "ROLE_TRAINEE"