1.1.2 • Published 3 years ago

djs-utils v1.1.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

About

  • A discord.js Utils Package with qrcode and other utility commands! Works With Slash and Normal Commands!
  • Join our Support Server for help
  • For Discord.js v13: npm i djs-utils
  • For Discord.js v12: npm i djs-utils@old

Installation

npm i djs-utils

Example usage

USE ACCORDING TO YOUR COMMAND HANDLER

QR CODE GENERATOR === NORMAL COMMAND

npm.io

     const { Utils } = require('djs-utils')
        const util = new Utils({
        args: args[0],
        message: message,
        slashCommand: false,
        embedFooter: "Made With djs-utils", //The Footer of the embed
        embedTitle: "Generated A QR Code", //The title of the embed
        embedColor: "RANDOM", //The color of the embed! (Use Hex codes or use the color name)
        })
        util.qrcode()

SLASH COMMAND === (*Requires djs-utils@dev and a slash command handler setup) npm.io

 const { Utils } = require('djs-utils')
        const util = new Utils({
        args: args,
        slashCommand: true,
        interaction: interaction,
        embedFooter: "Made With djs-utils", //The Footer of the embed
        embedTitle: "Generated A QR Code", //The title of the embed
        embedColor: "RANDOM", //The color of the embed! (Use Hex codes or use the color name)
        })
        util.qrcode()

Note:

Please Respect the license and dont just copy the whole thing as paste as your own package!

Updates

You Can use this package with djs-13 by installing djs-utils@dev

Credits

Our Other packages:

Help

Join our Support Server for help

1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.3-old

3 years ago

1.1.1-dev

3 years ago

1.0.3

3 years ago

1.1.0-dev

3 years ago

1.0.2

3 years ago

1.0.9-dev

3 years ago

1.0.8-dev

3 years ago

1.0.7-dev

3 years ago

1.0.6-dev

3 years ago

1.0.5-dev

3 years ago

1.0.4-dev

3 years ago

1.0.3-dev

3 years ago

1.0.2-dev

3 years ago

1.0.1-dev

3 years ago

1.0.1

3 years ago

1.0.0-dev

3 years ago

1.0.0

3 years ago