mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 05:08:00 +00:00
Update index.ts
This commit is contained in:
parent
53c54f6f14
commit
36b06ebbd7
|
@ -31,7 +31,7 @@ export default class extends Module {
|
||||||
noteId: note.id,
|
noteId: note.id,
|
||||||
reaction: reaction
|
reaction: reaction
|
||||||
});
|
});
|
||||||
}, 2000);
|
}, 1000);
|
||||||
};
|
};
|
||||||
|
|
||||||
const customEmojis = note.text.match(/:([^\n:]+?):/g);
|
const customEmojis = note.text.match(/:([^\n:]+?):/g);
|
||||||
|
|
Loading…
Reference in a new issue