3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00

ReactionRoles: some more rate limit tweaking

This commit is contained in:
Dragory 2019-02-24 01:06:40 +02:00
parent cb76c47bf4
commit af060cbb72

View file

@ -62,7 +62,7 @@ export class ReactionRolesPlugin extends ZeppelinPlugin {
async onLoad() {
this.reactionRoles = GuildReactionRoles.getInstance(this.guildId);
this.savedMessages = GuildSavedMessages.getInstance(this.guildId);
this.reactionRemoveQueue = new Queue(3000);
this.reactionRemoveQueue = new Queue();
this.pendingRoleChanges = new Map();
this.pendingRefreshes = new Set();