From 46bad445c221ccdd1aae5d13bbcc2036c1b815f2 Mon Sep 17 00:00:00 2001 From: Brandon Date: Tue, 29 Jun 2021 13:11:54 -0400 Subject: [PATCH] doesn't like footers for some reason --- birthday/birthday.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birthday/birthday.py b/birthday/birthday.py index abe13d7..98db148 100644 --- a/birthday/birthday.py +++ b/birthday/birthday.py @@ -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: