Update birthday.py

This commit is contained in:
2024-09-28 17:31:55 -04:00
committed by pacnpal
parent dc0ac456b0
commit 3a0ba31436

View File

@@ -89,7 +89,4 @@ class Birthday(commands.Cog):
except (discord.Forbidden, discord.HTTPException): except (discord.Forbidden, discord.HTTPException):
pass # If we can't remove the role, we'll just let it be pass # If we can't remove the role, we'll just let it be
finally: finally:
del self.birthday_tasks[guild.id] del self.birthday_tasks[guild.id]
async def setup(bot):
await bot.add_cog(Birthday(bot))