mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 02:41:06 -05:00
Fix
This commit is contained in:
7
birthday/__init__.py
Normal file
7
birthday/__init__.py
Normal 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))
|
||||
Reference in New Issue
Block a user