Skip to content

Commit

Permalink
Update alice help to include a link to github issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mushfick committed Nov 2, 2017
1 parent a4ab784 commit a3dc4c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/alice/handlers/help.ex
Expand Up @@ -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 <handler name>`",
"_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
Expand Down

0 comments on commit a3dc4c6

Please sign in to comment.