diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-03-05 21:01:36 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-03-05 21:01:36 +0100 |
commit | 2e797dd24009c52fa712317038900663a5aa32ac (patch) | |
tree | ce47e0bbe7d3ad4c2f9c1a1a1be7e9612e5723ed /basic.js | |
parent | cbfeba348cff6eacb0b7f530ba370170ef22bda0 (diff) | |
download | furrybot-discord-2e797dd24009c52fa712317038900663a5aa32ac.tar.xz |
Safe search
Diffstat (limited to 'basic.js')
-rw-r--r-- | basic.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ module.exports = { help: { params: "[<command>]", help: "Display help for a commands or show list of available commands", - func: (msg, [cmd], {commands}) => { + func: (msg, [cmd]) => { if (cmd) { let def = commands[cmd] |