This commit is contained in:
Cyberes 2023-03-19 19:47:50 -06:00
parent faecbaf784
commit 4a7f557315
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class Callbacks:
'content': thread_msg if not thread_msg.startswith(self.command_prefix) else thread_msg[len(self.command_prefix):].strip() 'content': thread_msg if not thread_msg.startswith(self.command_prefix) else thread_msg[len(self.command_prefix):].strip()
}) # if len(thread_content) >= 2 and thread_content[0].body.startswith(self.command_prefix): # if thread_content[len(thread_content) - 2].sender == self.client.user }) # if len(thread_content) >= 2 and thread_content[0].body.startswith(self.command_prefix): # if thread_content[len(thread_content) - 2].sender == self.client.user
print(thread_content[0].event_id) logger.info(thread_content[0].event_id)
# TODO: process_chat() will set typing as false after generating. # TODO: process_chat() will set typing as false after generating.
# TODO: If there is still another query in-progress that typing state will be overwritten by the one that just finished. # TODO: If there is still another query in-progress that typing state will be overwritten by the one that just finished.