Files
juniteevee-cogs/chatGpt/__init__.py
2022-12-05 13:27:12 -05:00

4 lines
75 B
Python

from .chatgpt import ChatGpt
def setup(bot):
bot.add_cog(ChatGpt(bot))