Update main.py
This commit is contained in:
parent
b3d845b0b1
commit
504cc036f2
2
main.py
2
main.py
|
|
@ -315,7 +315,7 @@ async def reviewedApp(interaction, user, userID, decision, reason=None):
|
||||||
data,
|
data,
|
||||||
userID,
|
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 = discord.Embed(color=0xD9363E, description=desc)
|
||||||
embedV.set_author(
|
embedV.set_author(
|
||||||
name="Mercury 2 - Applications",
|
name="Mercury 2 - Applications",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue