Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 975 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 975 Bytes

discord-scam-protection-bot

Jesus these bots are out of hand

This bot only deletes scam links and nothing else

Invite the bot to your server!

Invite link

What links does this remove?

All the links found in BuildBot42's repo

Additionally has a fuzzy search feature to detect any scam link

Hosting you own instance

  1. Install the dependencies
    • pip install -r requirements.txt
  2. 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 of main.py with your bot token in quotes
  3. Run the bot
    • python ./main.py

Authors