MCPcopy Create free account
hub / github.com/RTByte/rtbyte / canMod

Method canMod

src/extendables/GuildMember/fn_GuildMember#canMod.js:10–13  ·  view source on GitHub ↗
(user)

Source from the content-addressed store, hash-verified

8 }
9
10 async canMod(user) {
11 const member = await this.guild.members.fetch(user).catch(() => null);
12 return member ? member.highestRole.position < this.highestRole.position : false;
13 }
14
15};

Callers 15

addMethod · 0.80
removeMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
modableFinderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected