Update index.ts

This commit is contained in:
syuilo 2020-08-29 15:42:02 +09:00
parent 53c54f6f14
commit 36b06ebbd7

View file

@ -31,7 +31,7 @@ export default class extends Module {
noteId: note.id,
reaction: reaction
});
}, 2000);
}, 1000);
};
const customEmojis = note.text.match(/:([^\n:]+?):/g);