diff --git a/birthday/birthday.py b/birthday/birthday.py index a86f204..bb1706b 100644 --- a/birthday/birthday.py +++ b/birthday/birthday.py @@ -89,7 +89,4 @@ class Birthday(commands.Cog): except (discord.Forbidden, discord.HTTPException): pass # If we can't remove the role, we'll just let it be finally: - del self.birthday_tasks[guild.id] - -async def setup(bot): - await bot.add_cog(Birthday(bot)) \ No newline at end of file + del self.birthday_tasks[guild.id] \ No newline at end of file