README.md
# Alice Roller [](https://travis-ci.org/NateBarnes/alice_roller) [](https://hex.pm/packages/alice_roller)
An addon for [Alice](https://github.com/alice-bot/alice) that allows
users to roll dice in chat
## Installation
The package can be installed by adding `alice_roller` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:alice_roller, "~> 0.2.2"}
]
end
```
Documentation can be found at [https://hexdocs.pm/alice_roller](https://hexdocs.pm/alice_roller).