-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (14 loc) · 760 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (14 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copy this file to .env and fill in your values.
# Discord bot token (from https://discord.com/developers/applications)
BOT_TOKEN=your-bot-token-here
# Comma-separated Discord user IDs who can use /results, /export, /reset
# To find your user ID: Discord → Settings → Advanced → enable Developer Mode,
# then right-click your username and "Copy User ID"
ADMIN_USER_IDS=123456789012345678
# Optional: comma-separated server (guild) IDs the bot will respond in.
# Leave unset to allow all servers.
# To find a server ID: Discord → enable Developer Mode, right-click the server → "Copy Server ID"
# ALLOWED_GUILD_IDS=123456789012345678,987654321098765432
# Optional overrides (defaults shown)
# DB_PATH=results.db
# EXPERIMENT_PATH=experiment.yaml