4 lines
75 B
Python
4 lines
75 B
Python
from .chatgpt import ChatGpt
|
|
|
|
def setup(bot):
|
|
bot.add_cog(ChatGpt(bot)) |