From 0ae961521f5e1d7249a49c74a3e4389eaeff3e10 Mon Sep 17 00:00:00 2001 From: jay Date: Thu, 24 Dec 2020 11:57:23 +0500 Subject: [PATCH] feat(command): :sparkles: expand follow to include rest of the `!go follow` sub commands --- lib/plugins/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins/command.js b/lib/plugins/command.js index f1f16b7..17910db 100644 --- a/lib/plugins/command.js +++ b/lib/plugins/command.js @@ -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")