mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 10:51:05 -05:00
Update birthday.py
This commit is contained in:
@@ -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))
|
|
||||||
Reference in New Issue
Block a user