diff --git a/recruitmentCog/recruitment.py b/recruitmentCog/recruitment.py index 3e0a73f..6dc4d1d 100644 --- a/recruitmentCog/recruitment.py +++ b/recruitmentCog/recruitment.py @@ -92,6 +92,7 @@ class Recruitment(commands.Cog): embed.add_field(name="Country", value=answers[2]) embed.add_field(name="Hobbies", value=answers[3]) 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="Motivation for wanting to join:", value=answers[5], inline=False) embed.set_footer(text=f"Application received: {application_date}, Trial ends: {trial_end_date}")