dis-link

0.0.3-security • Public • Published

mpticket


About

dis-link is a powerful Discord.js module ! With this module you will be able to make a ANTI LINK system easily.

  • Anti Link System
  • Eeasily
  • Performant
  • Free

Installation

npm install dis-link@latest
yarn add dis-link
pnpm add dis-link

Example usage

Install all required dependencies:

npm install dis-link@latest
yarn add dis-link
pnpm add dis-link

REQUIRED:

const dislink = require('dis-link');
 // MODULE

Afterwards we can create a quite simple example command:

const dislink = require('dis-link');
 // MODULE

     // CHECK MESSAGE
      client.on('messageCreate', (message) =>{
        dislink(client, message, {
            warnMSG: `<@${message.author.id}> don't send links!`, // warn message
        });  
      }); 

Help

If you don't understand something, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official Support Server.

/dis-link/

    Package Sidebar

    Install

    npm i dis-link

    Weekly Downloads

    2

    Version

    0.0.3-security

    License

    ISC

    Unpacked Size

    2.42 kB

    Total Files

    3

    Last publish

    Collaborators

    • tywii