Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 315 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 315 Bytes

Alice

Distributed bot backend for Discord.

Configuration

BOT_TOKEN="maybe your bot token?"
# This MUST be the same between frontend and backend!
EVENT_QUEUE="memes"
# This MUST be the same between backend and cache!
CACHE_QUEUE="memes2"
SENTRY_DSN="your dsn here"
# Default "dev"
ENV_NAME="prod"