high value role to use ignore list, for example, ignore adding @eddiejaoude to the high value role
......... as he doesn't deserve it ;)
......... also it makes sense
I think maybe we should have a command only for mods to store the user id. Then we can add as many to the exclusion list without hard coding the id.
Good idea @AllanRegush - or maybe mods should just be exclude
Alternatively, we could have not high value as a role and use that to check...
if (user.hasRole('not high value')) {
return;
}
of course not but I guess you could just check if somebody has a moderator privilege or server owner role or whatever otherwise it may as well be a "not high value" role - what would the command be? ^notworthy @stemount?
We can check user permissions and if the user has KICK_MEMBERS permissions then he is a moderator or owner
we could have not high value as a role and use that to check
Trust @stemount to do the major out of the box thinking, that is an interesting concept, could be useful for other things 馃憤
if the user has KICK_MEMBERS permissions then he is a moderator or owner
Very clever and simple @alrifay 馃憤, I love it 鉂わ笍
Most helpful comment
We can check user permissions and if the user has
KICK_MEMBERSpermissions then he is a moderator or owner