From a3dc4c613ed9aa0f7152ad80db7aaed4dba530d6 Mon Sep 17 00:00:00 2001 From: Mohammed M Khalid Date: Wed, 1 Nov 2017 18:21:06 -0700 Subject: [PATCH] Update alice help to include a link to github issues --- lib/alice/handlers/help.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/alice/handlers/help.ex b/lib/alice/handlers/help.ex index 8d051ef..2737784 100644 --- a/lib/alice/handlers/help.ex +++ b/lib/alice/handlers/help.ex @@ -14,7 +14,8 @@ defmodule Alice.Handlers.Help do ["_Here are all the handlers I know about…_", handler_list(), "_Get info about a specific handler with_ `@alice help `", - "_Get info about all handlers with_ `@alice help all`"] + "_Get info about all handlers with_ `@alice help all`", + "_Feedback on Alice is appreciated. Please submit an issue at https://github.com/alice-bot/alice/issues _"] |> Enum.join("\n\n") |> reply(conn) end