0.1.0-security • Published 2 years ago

djs-welcome v0.1.0-security

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

About

djs-welcome is a powerful canvas module ! With this module you will be able to make a welcome system easily.

  • Welcome System
  • Eeasily
  • Performant
  • Free

Installation

npm install djs-welcome@latest
yarn add djs-welcome
pnpm add djs-welcome

Example usage

Install all required dependencies:

npm install djs-welcome@latest
yarn add djs-welcome
pnpm add djs-welcome

REQUIRED:

const { onWelcome, autoRole } = require('djs-welcome');

Afterwards we can create a quite simple example command:

const { onWelcome, autoRole } = require('djs-welcome');
 // MODULE


 // CHECK MESSAGE
client.on("guildMemberAdd", async member => {

  autoRole(member, {
    guildId: "YOUR GUILD ID",
    roleId: "ROLE TO ADD ID"
  })
  onWelcome(client, member, {
    channelId: "CHANNEL TO SEND ID",
    backgroundURL: "BACKGROUND IMAGE URL,
    embebColor: "EMBEB COLOR",
    embebText: "EMBEB TEXT"
  })
})

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.

0.1.0-security

2 years ago

0.0.9-security

2 years ago

0.0.8-security

2 years ago

0.0.7-security

2 years ago

0.0.6-security

2 years ago

0.0.5-security

2 years ago

0.0.4-security

2 years ago

0.0.3-security

2 years ago

0.0.2-security

2 years ago

0.0.1-security

2 years ago

0.0.2-dev

2 years ago

0.0.1-dev

2 years ago