ReactionRoles: increase reaction removal delay to avoid confusion
This commit is contained in:
parent
33f50a460b
commit
4b6437c4ae
1 changed files with 1 additions and 1 deletions
|
@ -224,6 +224,6 @@ export class ReactionRolesPlugin extends ZeppelinPlugin {
|
||||||
await msg.channel.removeMessageReaction(msg.id, reaction, userId).catch(noop);
|
await msg.channel.removeMessageReaction(msg.id, reaction, userId).catch(noop);
|
||||||
await sleep(250);
|
await sleep(250);
|
||||||
});
|
});
|
||||||
}, 2000);
|
}, 15 * 1000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue