Initial commit v2
This commit is contained in:
parent
5b961b3853
commit
8edda894db
12 changed files with 1211 additions and 0 deletions
13
.env.example
Normal file
13
.env.example
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Discord Data Collector Environment Variables
|
||||
# Copy this file to .env and fill in your values
|
||||
|
||||
# Discord user token (REQUIRED)
|
||||
# WARNING: This should be your user token, not a bot token
|
||||
# Keep this secret and never share it publicly
|
||||
DISCORD_TOKEN=your_discord_user_token_here
|
||||
|
||||
# Optional: Database connection string for future MongoDB integration
|
||||
# MONGODB_URI=mongodb://localhost:27017/discord_research
|
||||
|
||||
# Optional: Additional API keys for extended functionality
|
||||
# BACKUP_WEBHOOK_URL=https://discord.com/api/webhooks/your_webhook_url
|
||||
Loading…
Add table
Add a link
Reference in a new issue