Brandon209-Red-bot-Cogs/birthday/__init__.py
2021-02-06 03:42:47 -05:00

8 lines
156 B
Python

from .birthday import Birthday
__red_end_user_data_statement__ = "This cog will store a user's birthday."
def setup(bot):
bot.add_cog(Birthday(bot))