This commit is contained in:
2024-09-28 17:22:31 -04:00
parent 28456c07ee
commit 397305fcdc
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))