Re-adding thank you message for submitting application

This commit is contained in:
unknown 2023-03-13 01:24:50 +01:00
parent 35816e4d61
commit c67b755075

View File

@ -61,6 +61,8 @@ class Recruitment(commands.Cog):
role = guild.get_role(531181363420987423)
await member.add_roles(role)
await author.send("Thank you for submitting your application! You have been given the 'Trial' role.")
async def format_application(self, answers: List[str], author: discord.Member) -> discord.Embed:
"""Format the application answers into an embed."""
embed = discord.Embed(title=f"Application from {author.display_name}", color=discord.Color.green())