-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.test
More file actions
27 lines (21 loc) · 886 Bytes
/
.env.test
File metadata and controls
27 lines (21 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Local Environment Variables (Secrets)
# Copy this file to .env and fill in your actual values
# .env is gitignored and should NEVER be committed
# Discord Bot Token & Application ID (REQUIRED)
# Get this from: https://discord.com/developers/applications
DISCORD_TOKEN=your-bot-token-here
CLIENT_ID=your-bot-application-id
# Override any public config values for local testing
# Discord Server ID (your dev server)
SERVER_ID=your-server-id
# Channel IDs (from your dev server)
GUIDES_CHANNEL_ID=your-guide-channel-id
ADVENT_OF_CODE_CHANNEL_ID=your_advent_of_code_forum_channel_id_here
REPEL_LOG_CHANNEL_ID=your-repel-log-channel-id
# Role IDs (from your dev server)
REPEL_ROLE_ID=your-repel-role-id
MODERATORS_ROLE_IDS=your-moderator-role-id
REGULAR_ROLE_ID=your-regular-role-id
# Other
GUIDES_TRACKER_PATH=guides-tracker.json
ADVENT_OF_CODE_TRACKER_PATH=test-advent-tracker.json