Update makeprompt.py

This commit is contained in:
Paillat
2023-02-01 12:37:09 +01:00
parent c116ade2b5
commit c0c24f6cff

View File

@@ -55,7 +55,7 @@ async def process(self, message):
return return
if message.content.startswith("-") or message.content.startswith("//"): if message.content.startswith("-") or message.content.startswith("//"):
return return
if str(message.user.id) == "646739625661956128": if str(message.author.id) == "646739625661956128":
await message.channel.send("The AI is not sure what to say (the response was empty)") await message.channel.send("The AI is not sure what to say (the response was empty)")
return return
#check if the message is in the right channel by comparing the channel id of the message with the list of channels "channels" #check if the message is in the right channel by comparing the channel id of the message with the list of channels "channels"