fix(command): 🐛 add missing return

cover
jay 3 years ago
parent 902732c6dd
commit 5b4718fa5d
  1. 1
      lib/plugins/command.js

@ -440,6 +440,7 @@ function command(username, message) {
} else if (!item) {
console.log("don't have:", message_parts[1])
cfg.quiet || bot.chat(`don't have item: ${message_parts[1]}`)
return false
}
switch (message_parts.length) {
case 2:

Loading…
Cancel
Save