MCPcopy Create free account
hub / github.com/esmBot/esmBot / init

Method init

commands/general/qr/create.js:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 }
10
11 static init() {
12 super.init();
13 this.addTextParam();
14 return this;
15 }
16
17 static description = "Generates a QR code";
18 static aliases = ["qrcreate"];

Callers

nothing calls this directly

Calls 2

addTextParamMethod · 0.80
initMethod · 0.65

Tested by

no test coverage detected