Skip to content

A discord bot intended to detect potential scammers that join the communities using usernames similar to the ones from the official team members

Notifications You must be signed in to change notification settings

wiringbits/discord-scammer-detector-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Scammer Detector Bot

This is a simple bot that once installed on a discord server, it will analyze new users to detect potential scammers.

A potential scammer is anyone with a username/nickname very similar to the server team members.

For that, it takes the Levenshtein distance from the new members and the trusted members, if the value is small enough, the bot notifies about it to the configured channel.

Try it by running the server locally, or deploying by following the instructions.

TODOs

  • Once this is tested enough, the plan is to ban potential scammers automatically.
  • Detect team members from the discord servers instead of requiring the members to be placed in the config file.
  • Analyze existing members when the bot gets installed.

About

A discord bot intended to detect potential scammers that join the communities using usernames similar to the ones from the official team members

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published