0.0.3-security • Published 2 years ago

dis-link v0.0.3-security

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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.