Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kcp/no-mention-spam

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kcp/no-mention-spam

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

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 10 May 2019

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