mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
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 sleep(250);
|
||||
});
|
||||
}, 2000);
|
||||
}, 15 * 1000);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue