Add support for replied messages
This commit is contained in:
parent
69dba4edc2
commit
a4ba2acfcc
1 changed files with 0 additions and 4 deletions
|
|
@ -36,10 +36,6 @@ const onAI = async (
|
|||
) => {
|
||||
const user = getUserById(sender);
|
||||
|
||||
if (text.trim().length < 5) {
|
||||
return;
|
||||
}
|
||||
|
||||
const date = Date.now();
|
||||
let personality = config.app.ai.personalities[state.personality.index];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue