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:
parent
cb76c47bf4
commit
af060cbb72
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue