@kcp/no-mention-spam
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @kcp/no-mention-spam

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

15.8 kB

Total Files

21

Last publish

Collaborators

  • vladfrangu
  • kingdgrizzle