This commit is contained in:
syuilo 2020-10-31 12:27:28 +09:00
parent 6a43a55b0b
commit 1946670f2c

View file

@ -28,7 +28,7 @@ export default class extends Module {
const react = async (reaction: string, immediate = false) => { const react = async (reaction: string, immediate = false) => {
if (!immediate) { if (!immediate) {
await delay(1500); await delay(Math.random() * 1000 * 60);
} }
this.ai.api('notes/reactions/create', { this.ai.api('notes/reactions/create', {
noteId: note.id, noteId: note.id,