Files
aikaterna-cogs/chatchart/__init__.py

6 lines
83 B
Python
Raw Normal View History

2018-01-27 22:03:43 -08:00
from .chatchart import Chatchart
def setup(bot):
bot.add_cog(Chatchart(bot))