diff options
| author | 2020-10-18 10:16:28 +0300 | |
|---|---|---|
| committer | 2020-10-18 10:16:28 +0300 | |
| commit | ee241f5c3b87cfe576351f9baeed54c4f30147db (patch) | |
| tree | 5bdee76e1ff37279acbc804f917d3a4244b921b3 | |
| parent | Rework how voice gate do checks (diff) | |
Change message that say to user that he get response to DM
Diffstat (limited to '')
| -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 c367510ad..05a3b31de 100644 --- a/bot/exts/moderation/voice_gate.py +++ b/bot/exts/moderation/voice_gate.py @@ -49,7 +49,7 @@ class VoiceGate(Cog):          - You must not be actively banned from using our voice channels          """          # Send this as first thing in order to return after sending DM -        await ctx.send("Check your DMs for result.") +        await ctx.send("You will get response to DM.")          try:              data = await self.bot.api_client.get(f"bot/users/{ctx.author.id}/metricity_data") | 
