-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
72 lines (53 loc) · 2.59 KB
/
.env.example
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# ================================
# 🤖 Bot Configuration
# ================================
# The main authentication token for your Discord bot
BOT_TOKEN= # Your Discord bot token here
# Invite link to your Discord support server
DISCORD_SUPPORT= # Share this link to invite users to your support server
# Optional array of guild ids where the bot should register commands
GUILDS= # Commas seperated list of guilds enabled for usage
# ================================
# 📝 Logging Configuration
# ================================
# Master switch for all logging functionality
ENABLE_LOGGING=false # Set to false to disable all logging
# Channel where general logs will be sent
LOGGING_CHANNEL= # ID of the channel for general logging purposes
# Channel for tracking command usage
COMMAND_LOGGING_CHANNEL= # ID of the channel where command usage will be logged
# ================================
# 🔑 API Keys & External Services
# ================================
# Valhalla API configuration for external services
VALHALLA_API_URI=https://api.valhalladev.org/v1 # Base URI for Valhalla API
VALHALLA_API_KEY= # Authentication key for Valhalla API access
# ================================
# 📋 Trello Integration
# ================================
# Trello API authentication credentials
TRELLO_API_KEY= # Your Trello application's API key
TRELLO_TOKEN= # Your Trello access token
# Trello board configuration for suggestions
TRELLO_SUGGESTION_LIST= # ID of the list where suggestions will be added
TRELLO_SUGGESTION_TEMPLATE= # ID of the template to use for new suggestions
# Trello board configuration for issues
TRELLO_ISSUE_LIST= # ID of the list where issues will be added
TRELLO_ISSUE_TEMPLATE= # ID of the template to use for new issues
# Discord channel for Trello notifications
TRELLO_CHANNEL= # ID of the channel where Trello updates will be posted
# ================================
# 🎯 Reddit Integration
# ================================
# Enable/disable Reddit cross-posting feature
REDDIT_POST=false # Set to true to enable posting to Reddit
# Discord configuration for Reddit integration
DISCORD_CHANNEL_ID= # ID of the Discord channel to monitor for Reddit posts
# Reddit post configuration
REDDIT_SUBREDDIT_NAME= # Name of the subreddit to post to (without r/)
REDDIT_FLAIR= # Custom flair to apply to Reddit posts (leave empty if not needed)
# Reddit API authentication
REDDIT_CLIENT_ID= # Your Reddit application's client ID
REDDIT_CLIENT_SECRET= # Your Reddit application's client secret
REDDIT_USERNAME= # Reddit account username for posting
REDDIT_PASSWORD= # Reddit account password for posting