diff options
author | 2021-06-18 21:19:45 +0100 | |
---|---|---|
committer | 2021-06-18 21:19:45 +0100 | |
commit | 3b118904b8c6d6dd7c16330491808c795a110418 (patch) | |
tree | 6dc49b8a4179d0d4a048407a7f1771af148ca249 | |
parent | Don't voice verify ping users who join a stage channel (diff) |
Correct spelling error in voice_gate trace log
Co-authored-by: Numerlor <[email protected]>
-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 |