aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/moderation/silence.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/silence.py b/bot/exts/moderation/silence.py
index 4d62588a1..62f3ede73 100644
--- a/bot/exts/moderation/silence.py
+++ b/bot/exts/moderation/silence.py
@@ -109,7 +109,7 @@ class Silence(commands.Cog):
channels = {
"off-topic": Channels.voice_chat,
"code/help 1": Channels.code_help_voice,
- "code/help 2": Channels.code_help_voice,
+ "code/help 2": Channels.code_help_voice_2,
"admin": Channels.admins_voice,
"staff": Channels.staff_voice
}