AliceAgainstHumanity [](https://hex.pm/packages/aliceagainsthumanity) [](https://beta.hexfaktor.org/github/alice-bot/aliceagainsthumanity) [](https://hex.pm/packages/aliceagainsthumanity) [](https://hex.pm/packages/aliceagainsthumanity)
March 24, 2016 ยท View on GitHub
This handler will allow Alice to play pairs of cards from the card game Cards Against Humanity.
Totally ripped off from the Lita handler.
Obviously, almost everything here might be considered NSFW. YMMV.
Installation
If available in Hex, the package can be installed as:
- Add
alice_against_humanityto your list of dependencies inmix.exs:
```elixir
defp deps do
[
{:websocket_client, github: "jeremyong/websocket_client"},
{:alice, "~> 0.3"},
{:alice_against_humanity, "~> 0.1"}
]
end
```
2. Add the handler to your list of registered handlers in mix.exs:
```elixir
def application do
[applications: [:alice],
mod: {
Alice, [Alice.Handlers.AgainstHumanity, ...]}]
end
```
Usage
@alice humanity
hilarity ensues
Use @alice help for more information.