mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 09:54:12 +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++;
|
||||
continue;
|
||||
}
|
||||
} else {
|
||||
count++;
|
||||
continue;
|
||||
}
|
||||
|
||||
// Give the roles to the member
|
||||
|
Loading…
x
Reference in New Issue
Block a user