From 34d0cf9d14647c088a2683153b92c7d72bb21614 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sun, 6 Mar 2022 13:48:10 +0100 Subject: Implement NSFW --- basic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic.js') diff --git a/basic.js b/basic.js index e4b5e64..6c45b04 100644 --- a/basic.js +++ b/basic.js @@ -6,7 +6,7 @@ module.exports = { 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