diff options
| -rw-r--r-- | bot/exts/moderation/voice_gate.py | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/bot/exts/moderation/voice_gate.py b/bot/exts/moderation/voice_gate.py index 9fd553441..93d96693c 100644 --- a/bot/exts/moderation/voice_gate.py +++ b/bot/exts/moderation/voice_gate.py @@ -60,9 +60,9 @@ class VoiceGate(Cog):                  embed = discord.Embed(                      title="Not found",                      description=( -                        "We were unable to find user data for you. ", -                        "Please try again shortly, ", -                        "if this problem persists please contact the server staff through Modmail.", +                        "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()                  ) | 
