fix(command): ✏️ fix follow command not working
				
					
				
			This commit is contained in:
		| @@ -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]) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user