alice v0.3.7 API Reference

Modules

Alice is a Slack bot framework for Elixir. For more information, please see the readme

Adapter for Slack

Alice.Conn defines a struct that is used throughout alice to hold state during the lifetime of a message handling

Allows a user to block Alice from responding to their next message

A handler to return helptext for all registered handlers

Purely for testing purposes

Some utility routes for Alice

Handles the routing of messages for Alice

Helpers to make replying easier in handlers

Holds the registered handlers

State backend for Alice using Redis for persistence

Redis connection pool for the StateBackends.Redis