Socket
Socket
Sign inDemoInstall

@devraelfreeze/discordjs-antispam

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devraelfreeze/discordjs-antispam

Antispam module for Discord JS


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

discordjs-antispam


A simple module with quick setup and different options to implement anti-spam features in your bot.
This version of the package will only support discord.js v13

Installation


To install this module type the following command in your console:

npm i discordjs-antispam

Example


Example of a basic bot handling spam messages using this module.

const Discord = require("discord.js");
const client = new Discord.Client({
    intents: [Discord.Intents.FLAGS.GUILDS, Discord.Intents.FLAGS.GUILD_MESSAGES],
});

// TODO

Bug Reports

If you have any bugs or trouble setting the module up, feel free to open an issue on Github Repository

📝 License

Copyright © 2022 devRael1
This project is MIT licensed.

Keywords

FAQs

Package last updated on 08 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc