Multi-channel feed

This commit is contained in:
Ichitux
2026-04-07 20:12:28 +02:00
parent 1073a61672
commit 1afa7d0c17
3 changed files with 34 additions and 7 deletions

4
.env
View File

@@ -2,9 +2,9 @@
# Get this from https://discord.com/developers/applications
DISCORD_TOKEN=MTQ5MTAxODYzOTc0MTI5MjY0NA.GxBqVk.dB3cWx8t8-kWLrMLGFL-g2ePkrs7l_XEIedHdk
# Discord Channel ID to monitor
# Discord Channel IDs to monitor (comma-separated)
# Right-click a channel and select "Copy Channel ID" (enable Developer Mode first)
DISCORD_CHANNEL_ID=600347996080701506
DISCORD_CHANNEL_IDS=600347996080701506,720537868996444230,1480636166150816007
# Server port (optional, defaults to 3000)
PORT=8000