Fox-V3/dad/__init__.py
2018-10-04 10:59:20 -04:00

6 lines
65 B
Python

from .dad import Dad
def setup(bot):
bot.add_cog(Dad(bot))