From 504cc036f2263c0dcd0b1af35abd44a3b11c0800 Mon Sep 17 00:00:00 2001 From: taskmanager <51055281+Mantaraix@users.noreply.github.com> Date: Sat, 16 Mar 2024 18:05:48 +0000 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6beb595..e26126b 100644 --- a/main.py +++ b/main.py @@ -315,7 +315,7 @@ async def reviewedApp(interaction, user, userID, decision, reason=None): data, userID, ) - desc = f"Hello, @{interaction.user}! Unfortunately, your application was **not successful**. The reason for this has been provided below." + desc = f"Unfortunately, your application was **not successful**. The reason for this has been provided below." embedV = discord.Embed(color=0xD9363E, description=desc) embedV.set_author( name="Mercury 2 - Applications",