Fox-V3/chatter/__init__.py

11 lines
113 B

from .chat import Chatter
def setup(bot):
bot.add_cog(Chatter(bot))
# __all__ = (
# 'chatterbot'
# )