Update __init__.py

This commit is contained in:
2024-09-28 17:35:03 -04:00
committed by pacnpal
parent 3a0ba31436
commit 51e5b58022

View File

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