From 407a6f66daebca35fb355ead2c0dc65e7c80fc68 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sun, 6 Mar 2022 14:09:38 +0100 Subject: Fully ping proof --- basic.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'basic.js') diff --git a/basic.js b/basic.js index 6c45b04..f34f8bb 100644 --- a/basic.js +++ b/basic.js @@ -5,8 +5,6 @@ module.exports = { params: "[]", 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] -- cgit v1.2.3