testing adding a chat client
This commit is contained in:
4
chatGpt/__init__.py
Normal file
4
chatGpt/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .chatgpt import ChatGpt
|
||||
|
||||
def setup(bot):
|
||||
bot.add_cog(ChatGpt(bot))
|
||||
Reference in New Issue
Block a user