aboutsummaryrefslogtreecommitdiff
path: root/basic.js
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-03-06 14:09:38 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-03-06 14:09:38 +0100
commit407a6f66daebca35fb355ead2c0dc65e7c80fc68 (patch)
treed825cb12858027e0affccff01d3cde4c92021ab2 /basic.js
parent34d0cf9d14647c088a2683153b92c7d72bb21614 (diff)
downloadfurrybot-discord-407a6f66daebca35fb355ead2c0dc65e7c80fc68.tar.xz
Fully ping proof
Diffstat (limited to 'basic.js')
-rw-r--r--basic.js2
1 files changed, 0 insertions, 2 deletions
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: "[<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]