feat(command): expand follow to include rest of the !go follow sub commands

此提交包含在:
jay
2020-12-24 11:57:23 +05:00
父節點 eae4e95803
當前提交 0ae961521f
+1 -1
查看文件
@@ -183,7 +183,7 @@ function command(username, message) {
break;
case "follow":
subcommand("go follow me")
subcommand("go follow " + message_parts.slice(2).join(" "))
break;
case "come":
subcommand("go follow once")