aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/moderation/voice_gate.py4
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()