diff options
Diffstat (limited to 'basic.js')
-rw-r--r-- | basic.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,8 +5,6 @@ module.exports = { params: "[<command>]", help: "Display help for a commands or show list of available commands", func: (msg, [cmd], {commands}) => { - cmd = cmd && common.stripPings(cmd) - if (cmd) { let def = commands[cmd] |