testing adding a chat client

This commit is contained in:
Juni
2022-12-05 13:27:12 -05:00
parent 90d651551a
commit bc5562ebf5
3 changed files with 38 additions and 0 deletions

4
chatGpt/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from .chatgpt import ChatGpt
def setup(bot):
bot.add_cog(ChatGpt(bot))