Files
Pac-cogs/birthday/__init__.py
2024-11-14 18:10:07 +00:00

7 lines
226 B
Python

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."
async def setup(bot):
await bot.add_cog(Birthday(bot))