diff --git a/src/modules/emoji-react/index.ts b/src/modules/emoji-react/index.ts index 3534589..0e1ee52 100644 --- a/src/modules/emoji-react/index.ts +++ b/src/modules/emoji-react/index.ts @@ -31,7 +31,7 @@ export default class extends Module { noteId: note.id, reaction: reaction }); - }, 2000); + }, 1000); }; const customEmojis = note.text.match(/:([^\n:]+?):/g);