Update makeprompt.py

This commit is contained in:
Paillat
2023-03-06 14:59:08 +01:00
parent 3addd813f3
commit 47259768bd

View File

@@ -135,6 +135,7 @@ async def chat_process(self, message):
should_break = False should_break = False
#react with a red cross #react with a red cross
await message.add_reaction("") await message.add_reaction("")
debug("AI said 'as an ai language model...'")
if response == None: should_break = False if response == None: should_break = False
if should_break: break if should_break: break
await asyncio.sleep(5) await asyncio.sleep(5)