Files
aikaterna-cogs/otherbot/__init__.py

6 lines
80 B
Python
Raw Normal View History

2018-09-01 13:37:07 -07:00
from .otherbot import Otherbot
def setup(bot):
bot.add_cog(Otherbot(bot))