From 050e8d4c3cb6385b206bd63935c2d23a57c25ded Mon Sep 17 00:00:00 2001 From: pacnpal Date: Sat, 28 Sep 2024 17:28:38 -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 79de37e..0324b95 100644 --- a/birthday/__init__.py +++ b/birthday/__init__.py @@ -4,4 +4,4 @@ __red_end_user_data_statement__ = "This allows users with the set roles to give def setup(bot): - bot.add_cog(Birthday(bot)) \ No newline at end of file + await bot.add_cog(Birthday(bot)) \ No newline at end of file