refactor(arabot): change timings for fixRoles

This commit is contained in:
Anthony Berg 2025-01-17 22:48:19 +01:00
parent 616334f123
commit f4f83e51b2

View File

@ -174,7 +174,7 @@ export class FixRolesOnReady extends Listener {
); );
// Add a delay so that there's around 4 users processed a second // Add a delay so that there's around 4 users processed a second
await this.delay(500); await this.delay(5000);
} }
// Send the logs that the fix has finished. // Send the logs that the fix has finished.