mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 13:34:14 +02:00
fix(arabot): prevent readding nonvegan role in fixRoles
This commit is contained in:
parent
f4f83e51b2
commit
2518376f3b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user