]> git.lizzy.rs Git - furrybot-discord.git/blobdiff - basic.js
Add emojify command
[furrybot-discord.git] / basic.js
index e4b5e6445555eb1d786400d0bb61c0be0d7162f4..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]