diff options
| author | 2020-11-01 13:53:07 +0000 | |
|---|---|---|
| committer | 2020-11-01 13:53:07 +0000 | |
| commit | 399f286a157b21e860f606b4f4fed11bb29490f2 (patch) | |
| tree | a75c8dd9a56ee099b050d72d9d7bd76635694908 | |
| parent | Correct activity block config name in voice gate extension (diff) | |
Correct 404 error message in voice gate command
| -rw-r--r-- | bot/exts/moderation/voice_gate.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/bot/exts/moderation/voice_gate.py b/bot/exts/moderation/voice_gate.py index 529dca53d..9fd553441 100644 --- a/bot/exts/moderation/voice_gate.py +++ b/bot/exts/moderation/voice_gate.py @@ -60,8 +60,8 @@ class VoiceGate(Cog):                  embed = discord.Embed(                      title="Not found",                      description=( -                        "We were unable to find user data for you. " -                        "Please try again shortly, " +                        "We were unable to find user data for you. ", +                        "Please try again shortly, ",                          "if this problem persists please contact the server staff through Modmail.",                      ),                      color=Colour.red() | 
