diff --git a/src/makeprompt.py b/src/makeprompt.py index 3c0a16d..50bc015 100644 --- a/src/makeprompt.py +++ b/src/makeprompt.py @@ -178,7 +178,6 @@ async def chatgpt_process( else: await message.channel.send(content) content = "" - await message.channel.send(response["content"]) # type: ignore async def chat_process(self, message):