Files
linkbomber/README.md
2025-10-13 19:35:49 -04:00

662 B

linkbomber

Discord bot that cleans tracking elements from messages

You can invite the bot to your server here.

Usage

By default, the bot will automatically strip tracking elements from any URL it supports, this feature can be disabled with the command: /toggle. Then, to use the functionality manually, just use the command /bomb which will strip the latest link posted in a channel of its tracking elements.

Setup

  1. Clone the repository
  2. Build the program with go build .
  3. Run the program ./linkbomber -token <DISCORD_BOT_TOKEN>