diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-03-06 14:09:38 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-03-06 14:09:38 +0100 |
commit | 407a6f66daebca35fb355ead2c0dc65e7c80fc68 (patch) | |
tree | d825cb12858027e0affccff01d3cde4c92021ab2 /basic.js | |
parent | 34d0cf9d14647c088a2683153b92c7d72bb21614 (diff) | |
download | furrybot-discord-407a6f66daebca35fb355ead2c0dc65e7c80fc68.tar.xz |
Fully ping proof
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] |