diff options
-rw-r--r-- | bot/exts/moderation/voice_gate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/voice_gate.py b/bot/exts/moderation/voice_gate.py index 84ffc3ee7..aa8a4d209 100644 --- a/bot/exts/moderation/voice_gate.py +++ b/bot/exts/moderation/voice_gate.py @@ -255,7 +255,7 @@ class VoiceGate(Cog): return if isinstance(after.channel, discord.StageChannel): - log.trace("User joined a stage chanel. Ignore.") + log.trace("User joined a stage channel. Ignore.") return # To avoid race conditions, checking if the user should receive a notification |