Brandon209-Red-bot-Cogs/birthday/__init__.py

8 lines
156 B
Python
Raw Normal View History

from .birthday import Birthday
2020-01-21 14:11:51 +13:00
__red_end_user_data_statement__ = "This cog will store a user's birthday."
2021-02-06 21:42:47 +13:00
2020-01-21 14:11:51 +13:00
def setup(bot):
bot.add_cog(Birthday(bot))