aboutsummaryrefslogtreecommitdiff
path: root/basic.js
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-03-06 13:48:10 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-03-06 13:48:10 +0100
commit34d0cf9d14647c088a2683153b92c7d72bb21614 (patch)
treee9e4b43166a64bdcf7a6109b666cb545d84491c7 /basic.js
parent766e86b48346b2a91ac99ad17ad7a52595f7e6b2 (diff)
downloadfurrybot-discord-34d0cf9d14647c088a2683153b92c7d72bb21614.tar.xz
Implement NSFW
Diffstat (limited to 'basic.js')
-rw-r--r--basic.js2
1 files changed, 1 insertions, 1 deletions
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]