diff options
| author | 2020-11-01 02:27:07 +0000 | |
|---|---|---|
| committer | 2020-11-01 02:27:07 +0000 | |
| commit | 54fd8c03aaf2cf7509867a223c5b54366bd8f1e0 (patch) | |
| tree | 24d3489b1752994cf36dcc7efda923a4244f6b7d | |
| parent | Add activity blocks threshold to voice gate (diff) | |
Remove full stop
| -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 b9ddc1093..cf64c4e52 100644 --- a/bot/exts/moderation/voice_gate.py +++ b/bot/exts/moderation/voice_gate.py @@ -51,7 +51,7 @@ class VoiceGate(Cog): - You must have over a certain number of messages within the Discord server - You must have accepted our rules over a certain number of days ago - You must not be actively banned from using our voice channels - - You must have been active for over a certain number of 10-minute blocks. + - You must have been active for over a certain number of 10-minute blocks """ try: data = await self.bot.api_client.get(f"bot/users/{ctx.author.id}/metricity_data") |