Skip to content

Commit

Permalink
fix(arabot): add delay to skipping in fixRoles
Browse files Browse the repository at this point in the history
  • Loading branch information
smyalygames committed Jan 17, 2025
1 parent 513d3ec commit 9b3908c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/listeners/fixRoles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export class FixRolesOnReady extends Listener {
member.roles.cache.has(IDs.roles.vegan.vegan) ||
member.roles.cache.has(IDs.roles.nonvegan.nonvegan)
) {
await this.delay(1000);
count++;
continue;
}
Expand Down

0 comments on commit 9b3908c

Please sign in to comment.