Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
add
Method · 0.80
remove
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
modableFinder
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected