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 @devraelfreeze/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],
});
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.