mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 04:57:18 +09:00
Revert "nanka"
This reverts commit 1946670f2cda52ba10fa5e9dada2e22712f6be74.
This commit is contained in:
parent
1946670f2c
commit
729f4be908
@ -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(Math.random() * 1000 * 60);
|
await delay(1500);
|
||||||
}
|
}
|
||||||
this.ai.api('notes/reactions/create', {
|
this.ai.api('notes/reactions/create', {
|
||||||
noteId: note.id,
|
noteId: note.id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user