Update makeprompt.py

This commit is contained in:
Paillat
2023-02-10 10:44:22 +01:00
committed by GitHub
parent 7d48c5502d
commit a41241ed3b

View File

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