mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 09:16:19 +00:00
Update makeprompt.py
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user