Files
aikaterna-cogs/dadjokes/__init__.py

6 lines
80 B
Python
Raw Normal View History

2019-10-08 17:37:09 -07:00
from .dadjokes import DadJokes
def setup(bot):
bot.add_cog(DadJokes(bot))