From 43e2a46c553ea862be20841ebf7b6c1ba556e3c8 Mon Sep 17 00:00:00 2001 From: bobloy Date: Mon, 24 Aug 2020 08:57:12 -0400 Subject: [PATCH] Chatter install instructions in install message --- chatter/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatter/info.json b/chatter/info.json index e9749ff..b79e587 100644 --- a/chatter/info.json +++ b/chatter/info.json @@ -5,7 +5,7 @@ "min_bot_version": "3.4.0", "description": "Create an offline chatbot that talks like your average member using Machine Learning", "hidden": false, - "install_msg": "Thank you for installing Chatter! Get started ith `[p]load chatter` and `[p]help Chatter`", + "install_msg": "Thank you for installing Chatter! Please make sure you check the install instructions at https://github.com/bobloy/Fox-V3/blob/master/chatter/README.md\nAfter that, get started ith `[p]load chatter` and `[p]help Chatter`", "requirements": [ "git+git://github.com/gunthercox/chatterbot-corpus@master#egg=chatterbot_corpus", "mathparse>=0.1,<0.2",