From 8aa0f9b402da03aa8eda4466dfb35aedb34332a0 Mon Sep 17 00:00:00 2001 From: pacnpal Date: Sat, 28 Sep 2024 17:35:03 -0400 Subject: [PATCH] Update __init__.py --- birthday/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birthday/__init__.py b/birthday/__init__.py index 0324b95..9587a2d 100644 --- a/birthday/__init__.py +++ b/birthday/__init__.py @@ -3,5 +3,5 @@ from .birthday import Birthday __red_end_user_data_statement__ = "This allows users with the set roles to give the birthday role to users until the end of the day." -def setup(bot): +async def setup(bot): await bot.add_cog(Birthday(bot)) \ No newline at end of file