Update __init__.py

This commit is contained in:
2024-09-28 17:28:38 -04:00
parent 397305fcdc
commit 050e8d4c3c

View File

@@ -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))
await bot.add_cog(Birthday(bot))