aboutsummaryrefslogtreecommitdiff
path: root/basic.js
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-03-05 21:01:36 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-03-05 21:01:36 +0100
commit2e797dd24009c52fa712317038900663a5aa32ac (patch)
treece47e0bbe7d3ad4c2f9c1a1a1be7e9612e5723ed /basic.js
parentcbfeba348cff6eacb0b7f530ba370170ef22bda0 (diff)
downloadfurrybot-discord-2e797dd24009c52fa712317038900663a5aa32ac.tar.xz
Safe search
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 0ef4f46..b5a9232 100644
--- a/basic.js
+++ b/basic.js
@@ -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]