primer commit
This commit is contained in:
16
.env
Normal file
16
.env
Normal file
@@ -0,0 +1,16 @@
|
||||
# Discord Bot Token
|
||||
# Get this from https://discord.com/developers/applications
|
||||
DISCORD_TOKEN=MTQ5MTAxODYzOTc0MTI5MjY0NA.GxBqVk.dB3cWx8t8-kWLrMLGFL-g2ePkrs7l_XEIedHdk
|
||||
|
||||
# Discord Channel ID to monitor
|
||||
# Right-click a channel and select "Copy Channel ID" (enable Developer Mode first)
|
||||
DISCORD_CHANNEL_ID=600347996080701506
|
||||
|
||||
# Server port (optional, defaults to 3000)
|
||||
PORT=8000
|
||||
|
||||
# Base URL for RSS feed links (optional)
|
||||
BASE_URL=http://localhost:8000
|
||||
|
||||
# Fetch interval in milliseconds (optional, defaults to 5 minutes)
|
||||
FETCH_INTERVAL_MS=300000
|
||||
Reference in New Issue
Block a user