]> git.lizzy.rs Git - furrybot-discord.git/blobdiff - basic.js
Fully ping proof
[furrybot-discord.git] / basic.js
index 6c45b041bd65a901716715c7d857a76305426bfc..f34f8bb5990fa215c9f4f249240db4c535027557 100644 (file)
--- a/basic.js
+++ b/basic.js
@@ -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]