
Deploy DLC-E
Remove trackers from links posted in Discord
Discord-Link-Cleaner-Easy
Just deployed
/data
Disclaimer
Before deploying, please review the Privacy Policy and Disclaimer & Terms of Use at https://github.com/DanRotigel/Discord-Link-Cleaner-Easy
Common Use Cases
- Remove tracking parameters such as utm_*, fbclid, and gclid from links posted in Discord.
- Protect server members without requiring browser extensions, custom Discord clients, or mobile apps.
- Run a private, always-on copy of Discord Link Cleaner without managing your own Linux server.
Dependencies for DLC-E Hosting
- A Discord application/bot with Message Content Intent enabled.
- A valid Discord bot token supplied as the DISCORD_BOT_TOKEN environment variable.
- A persistent Railway volume mounted at /data so DLC-E settings survive restarts and redeployments.
Implementation Details
-DLC-E is a lightweight Python Discord bot. Railway installs the required Python dependencies, starts the bot with python main.py,stores the Discord token as an environment variable, and uses persistent storage for config.json and trackers.json. No database or web server is required.
Why Deploy DLC-E on Railway?
Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.
By deploying DLC-E on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.
About Hosting
Not much to say here!
Deploy and Host
Not much to say here!
#Variables
- Variable Discord-Link-Cleaner-Easy.DISCORD_BOT_TOKEN — Your Discord bot’s private authentication token from the Discord Developer Portal. Treat this like a password and do not share it publicly.
- Variable Discord-Link-Cleaner-Easy.DATA_DIR — Folder where DLC-E stores its settings and tracker configuration. Leave this set to /data when using the included Railway volume.
Template Content
Discord-Link-Cleaner-Easy
DanRotigel/Discord-Link-Cleaner-EasyDISCORD_BOT_TOKEN
Paste your Discord bot token from the Discord Developer Portal. Treat this like a password and do not share it publicly.
