Add ability to attach files and images to messages

This commit is contained in:
Cohee
2023-11-18 19:23:58 +02:00
parent 73660c7bef
commit 7045d242e8
8 changed files with 422 additions and 122 deletions

View File

@ -365,7 +365,7 @@ async function sendUserMessageCallback(_, text) {
text = text.trim();
const bias = extractMessageBias(text);
sendMessageAsUser(text, bias);
await sendMessageAsUser(text, bias);
}
async function deleteMessagesByNameCallback(_, name) {