aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-11-01 02:27:07 +0000
committerGravatar Joe Banks <[email protected]>2020-11-01 02:27:07 +0000
commit54fd8c03aaf2cf7509867a223c5b54366bd8f1e0 (patch)
tree24d3489b1752994cf36dcc7efda923a4244f6b7d
parentAdd activity blocks threshold to voice gate (diff)
Remove full stop
-rw-r--r--bot/exts/moderation/voice_gate.py2
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")