Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

A discord.js package that automatically bans spambots, optimized for targeting crypto scammers, but could also work against other advertisement bots/selfbots.

Notifications You must be signed in to change notification settings

wavpro/DiscordCryptoBlocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

DiscordCryptoBlocker

A discord.js package that automatically bans spambots, optimized for targeting crypto scammers, but could also work against other advertisement bots/selfbots.

Example

const client = require('DiscordCryptoBlocker');

client.login(token)

Use

The package basically stores all messages that it picks up, but sorts them so that there are never duplicates in the storage, it will just add them together. It also counts how many messages each person sends. It uses these resources to determine if a person is a selfbot.

You need to enable the following permissions for the bot to operate correctly:
VIEW_CHANNEL
BAN_MEMBERS

About

A discord.js package that automatically bans spambots, optimized for targeting crypto scammers, but could also work against other advertisement bots/selfbots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published