diff options
| author | 8cy <[email protected]> | 2020-04-10 14:26:04 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-10 14:26:04 -0700 |
| commit | 02d47957481f1385a92cd20e73206b27745c21d1 (patch) | |
| tree | ab521bf6538d8c8389d9b336e9c5c3c1f7e6e103 /app.js | |
| parent | add startup msg, v2.0.4 (diff) | |
| download | s5nical-02d47957481f1385a92cd20e73206b27745c21d1.tar.xz s5nical-02d47957481f1385a92cd20e73206b27745c21d1.zip | |
reworks, v2.0.5
Diffstat (limited to 'app.js')
| -rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ client.registry ])
.registerDefaultGroups()
.registerDefaultCommands({
- help: false
+ help: true
})
.registerCommandsIn(path.join(__dirname, 'commands'));
|