AlicePersonable
This handler will make Alice a little more personable.
Installation
If available in Hex, the package can be installed as:
Add alice_personable to your list of dependencies in
mix.exs:defp deps do [ {:websocket_client, github: "jeremyong/websocket_client"}, {:alice, "~> 0.3"}, {:alice_personable, "~> 0.0.1"} ] endEnsure alice_personable is started before your application:
def application do [applications: [:alice], mod: { Alice, [Alice.Handlers.Personable, ...]}] end
Usage
Use @alice help for more information.