Update main.py

This commit is contained in:
taskmanager 2024-03-16 18:05:48 +00:00
parent b3d845b0b1
commit 504cc036f2
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",