Trying to add magical DM button
This commit is contained in:
parent
ea26e93d3b
commit
0bb791d393
@ -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}")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user