This commit is contained in:
2024-09-28 17:22:31 -04:00
committed by pacnpal
parent 0a1cae82dc
commit 75b8d5af42
3 changed files with 16 additions and 1 deletions

7
birthday/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
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."
def setup(bot):
bot.add_cog(Birthday(bot))