From 942838a107114da2ce5a9318d511d345dfe81e55 Mon Sep 17 00:00:00 2001 From: pacnpal Date: Sat, 28 Sep 2024 17:31:55 -0400 Subject: [PATCH] Update birthday.py --- birthday/birthday.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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