Eddiebot: Roles such as 'high value' should have an 'exclusion list' so that server owners do not get the roles for being "active" in their own server

Created on 5 Sep 2020  路  5Comments  路  Source: EddieJaoudeCommunity/EddieBot

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

Most helpful comment

We can check user permissions and if the user has KICK_MEMBERS permissions then he is a moderator or owner

All 5 comments

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 鉂わ笍

Was this page helpful?
0 / 5 - 0 ratings

Related issues

schmelto picture schmelto  路  5Comments

eddiejaoude picture eddiejaoude  路  4Comments

eddiejaoude picture eddiejaoude  路  5Comments

BOLT04 picture BOLT04  路  5Comments

RaisinTen picture RaisinTen  路  6Comments