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)")