Skip to content

grialion/discord-scam-protection-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

How to host your own:

  1. install nextcord with pip
    • pip install nextcord
  2. Add your bot token
    1. add it as scam_cleaner_token in your env variabled
    2. replace os.environ.get('scam_cleaner_token') at the bottom of main.py with your bot token in quotes
  3. Run bot
    • python ./main.py

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%