fix(command): ✏️ fix `follow` command not working

cover
jay 3 years ago
parent 3219ec6155
commit b1dab1968c
  1. 2
      lib/plugins/command.js

@ -193,7 +193,7 @@ function command(username, message) {
break;
case "follow":
subcommand("go follow " + message_parts.slice(2).join(" "))
subcommand("go follow " + message_parts.slice(1).join(" "))
break;
case "come":
switch (message_parts[1]) {

Loading…
Cancel
Save