Jesus these bots are out of hand
This bot only deletes scam links and nothing else
All the links found in BuildBot42's repo
Additionally has a fuzzy search feature to detect any scam link
- Install the dependencies
pip install -r requirements.txt
- Add your bot token
- Get your bot's token from https://discord.com/developers, and add it to your environment variables under the name
scam_cleaner_token
- Or replace
os.environ.get('scam_cleaner_token')
at the bottom ofmain.py
with your bot token in quotes
- Get your bot's token from https://discord.com/developers, and add it to your environment variables under the name
- Run the bot
python ./main.py