Fox-V3/howdoi/__init__.py
2018-02-21 15:02:29 -05:00

6 lines
74 B
Python

from .howdoi import Howdoi
def setup(bot):
bot.add_cog(Howdoi(bot))