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

5 lines
81 B
Python
Raw Normal View History

2020-01-21 14:11:51 +13:00
from .birthday import Birthdays
def setup(bot):
bot.add_cog(Birthdays(bot))