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 0b7839cdd..467931e7e 100644 --- a/bot/exts/moderation/voice_gate.py +++ b/bot/exts/moderation/voice_gate.py @@ -252,7 +252,7 @@ class VoiceGate(Cog):          # and sending it if appropriate is delegated to an atomic helper          notification_sent, message_channel = await self._ping_newcomer(member) -        # Schedule the notification to be deleted after the configured delay, which is +        # Schedule the channel ping notification to be deleted after the configured delay, which is          # again delegated to an atomic helper          if notification_sent and isinstance(message_channel, discord.TextChannel):              await asyncio.sleep(GateConf.voice_ping_delete_delay) | 
