Brandon209-Red-bot-Cogs/chatbot/__init__.py

8 lines
181 B
Python
Raw Permalink Normal View History

2022-04-28 12:57:45 +12:00
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))