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

Method join

src/commands/User/roles.js:110–112  ·  view source on GitHub ↗
(msg, params)

Source from the content-addressed store, hash-verified

108 }
109
110 async join(msg, params) {
111 return this.add(msg, params);
112 }
113
114 async leave(msg, params) {
115 return this.remove(msg, params);

Callers 15

constructorMethod · 0.80
showMethod · 0.80
showMethod · 0.80
showMethod · 0.80
showMethod · 0.80
showMethod · 0.80
showMethod · 0.80
showMethod · 0.80
runMethod · 0.80
addMethod · 0.80
removeMethod · 0.80
buildHelpMethod · 0.80

Calls 1

addMethod · 0.80

Tested by

no test coverage detected