Trying to add magical DM button

This commit is contained in:
unknown 2023-03-13 17:49:18 +01:00
parent ea26e93d3b
commit 0bb791d393

View File

@ -92,6 +92,7 @@ class Recruitment(commands.Cog):
embed.add_field(name="Country", value=answers[2]) embed.add_field(name="Country", value=answers[2])
embed.add_field(name="Hobbies", value=answers[3]) embed.add_field(name="Hobbies", value=answers[3])
embed.add_field(name="Specific game?", value=answers[4]) embed.add_field(name="Specific game?", value=answers[4])
embed.add_field(name="Discord ID", value=f"[DM User](https://discord.com/users/{author.id})")
embed.add_field(name="\u200b", value="\u200b") # Empty field for spacing embed.add_field(name="\u200b", value="\u200b") # Empty field for spacing
embed.add_field(name="Motivation for wanting to join:", value=answers[5], inline=False) embed.add_field(name="Motivation for wanting to join:", value=answers[5], inline=False)
embed.set_footer(text=f"Application received: {application_date}, Trial ends: {trial_end_date}") embed.set_footer(text=f"Application received: {application_date}, Trial ends: {trial_end_date}")