Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 469 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 469 Bytes

Samantha

Distributed bot frontend for Discord.

Notice of deprecation

This library/application has been deprecated. Please do not attempt to use it.

Configuration

BOT_NAME="unique-name-without-spaces"
BOT_TOKEN="your token here"
CONNECTOR_URL="http://your.shard.connector/"
REDIS_IP="redis-ip"
REDIS_PASS="a"
# V This MUST be the same between frontend and backend!
EVENT_QUEUE="memes"
SENTRY_DSN="your dsn here"
# Default "dev"
ENV_NAME="prod"