feat: 間隔増やす

This commit is contained in:
n1lsqn 2023-11-15 17:19:20 +09:00
parent 331ef9ce90
commit 8baacb7cbb
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ export default class extends Module {
if (Math.random() < 0.04) { if (Math.random() < 0.04) {
this.post(); this.post();
} }
}, 1000 * 60 * 10); }, 1000 * 60 * 60);
return {}; return {};
} }

View file

@ -15,7 +15,7 @@ export default class extends Module {
if (Math.random() < 0.1) { if (Math.random() < 0.1) {
this.post(); this.post();
} }
}, 1000 * 60 * 60); }, 1000 * 60 * 120);
return { return {
mentionHook: this.mentionHook, mentionHook: this.mentionHook,