doesn't like footers for some reason

This commit is contained in:
Brandon 2021-06-29 13:11:54 -04:00 committed by GitHub
parent 6df616443f
commit 46bad445c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class Birthday(commands.Cog):
embed.description = f"{member.mention} is now **{age} years old!**"
else:
embed.description = f"Happy Birthday to {member.mention}!"
embed.set_footer("Add your birthday using the `bday` command!")
# embed.set_footer("Add your birthday using the `bday` command!")
try:
await channel.send(embed=embed, allowed_mentions=discord.AllowedMentions.all())
except: