Skip to content

Commit

Permalink
Correct spelling error in voice_gate trace log
Browse files Browse the repository at this point in the history
Co-authored-by: Numerlor <[email protected]>
  • Loading branch information
ChrisLovering and Numerlor authored Jun 18, 2021
1 parent d1ba19a commit 3b11890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/exts/moderation/voice_gate.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ async def on_voice_state_update(self, member: Member, before: VoiceState, after:
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
Expand Down

0 comments on commit 3b11890

Please sign in to comment.