Brandon209-Red-bot-Cogs/chatbot/__init__.py
2022-04-27 20:57:45 -04:00

8 lines
181 B
Python

from .chatbot import Chatbot
__red_end_user_data_statement__ = "This cog does not persistently store data or metadata about users."
def setup(bot):
bot.add_cog(Chatbot(bot))