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

5 lines
81 B
Python

from .birthday import Birthdays
def setup(bot):
bot.add_cog(Birthdays(bot))