Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.59 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.59 KB

NPM version NPM downloads Install Size Build Status

NPM info

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.