Change in the way choice commands work

This commit is contained in:
Daniel Odendahl Jr
2017-04-11 13:44:43 +00:00
parent 0a3d8dc6a5
commit f0ad17ab4b
6 changed files with 71 additions and 38 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ client.registry
])
.registerDefaultGroups()
.registerDefaultCommands({
prefix: false
prefix: false,
commandState: false
})
.registerCommandsIn(path.join(__dirname, 'commands'));