feat(command): ✨ expand follow to include rest of the !go follow
sub commands
This commit is contained in:
parent
eae4e95803
commit
0ae961521f
|
@ -183,7 +183,7 @@ function command(username, message) {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "follow":
|
case "follow":
|
||||||
subcommand("go follow me")
|
subcommand("go follow " + message_parts.slice(2).join(" "))
|
||||||
break;
|
break;
|
||||||
case "come":
|
case "come":
|
||||||
subcommand("go follow once")
|
subcommand("go follow once")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user