98db3a2cc8a5430362925294313d5335ec6d9814
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
- Clone the repository
- Create a file named
.envin the same directory as the bot - Add the following contents to the file
DISCORD_BOT_TOKEN=your_bot_token_here
- Install the dependencies with
pip install -r requirements.txt - Run the bot with
python main.py
Languages
Go
100%