Update __init__.py

This commit is contained in:
2024-09-28 17:28:38 -04:00
committed by pacnpal
parent 75b8d5af42
commit dc0ac456b0

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))