Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RTByte/rtbyte
/ createRole
Method
createRole
src/commands/Moderator/unmute.js:46–49 ·
view source on GitHub ↗
(guild)
Source
from the content-addressed store, hash-verified
44
}
45
46
async
createRole(guild) {
47
const
mute =
await
this.client.commands.get(
'mute'
);
48
return
mute.createRole(guild);
49
}
50
51
};
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected