This commit is contained in:
Lewin Kelly 2024-03-16 20:30:35 +00:00
commit 13fd495346
1 changed files with 1 additions and 1 deletions

View File

@ -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",