1.0.1 • Published 5 years ago

@kcp/no-mention-spam v1.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

No Mention Spam

A Klasa plugin to seamlessly replicate no-mention-spam behavior in Klasa bots

How To Use

  1. Install the plugin.
npm i @kcp/no-mention-spam

# If you use yarn
yarn add @kcp/no-mention-spam
  1. Use @kcp/no-mention-spam in your client.
const { Client } = require("klasa");
Client.use(require("@kcp/no-mention-spam"));

If you use TypeScript

import { Client } from 'klasa';
import { Client as NMSClient } from '@kcp/no-mention-spam';

Client.use(NMSClient);
  1. ???... Enjoy!

License

This project is under the MIT license.