From a41241ed3bfe4e669eb94b578c7f5ac50b8c9952 Mon Sep 17 00:00:00 2001 From: Paillat Date: Fri, 10 Feb 2023 10:44:22 +0100 Subject: [PATCH] Update makeprompt.py --- code/makeprompt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/code/makeprompt.py b/code/makeprompt.py index d104eba..a2a6868 100644 --- a/code/makeprompt.py +++ b/code/makeprompt.py @@ -184,5 +184,6 @@ To include IMAGES, botator does [image:"here a short title of the image"], then await message.channel.send(response, tts=tts, files=files) for filename in filenames: os.remove(filename) + print(url) else: await message.channel.send("The AI is not sure what to say (the response was empty)")