fix(arabot): prevent readding nonvegan role in fixRoles

This commit is contained in:
Anthony Berg 2025-01-17 22:51:14 +01:00
parent f4f83e51b2
commit 2518376f3b

View File

@ -160,6 +160,9 @@ export class FixRolesOnReady extends Listener {
count++; count++;
continue; continue;
} }
} else {
count++;
continue;
} }
// Give the roles to the member // Give the roles to the member