1.0.1 • Published 3 years ago

djs-misc v1.0.1

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

Installation

npm i djs-misc

Example usage

USE ACCORDING TO YOUR COMMAND HANDLER

ROAST ===

NORMAL COMMAND

     const { Misc } = require('djs-misc')
        const misc = new Misc({
        message: message,
        embedFooter: "Made With djs-misc", //The Footer of the embed
        embedTitle: "Get Roasted", //The title of the embed
        embedColor: "RANDOM", //The color of the embed! (Use Hex codes or use the color name)
        })
        misc.roast()

===

SLASH COMMAND

 const { Slash } = require('djs-misc')
        const slash = new Slash({
        args: args,
        slashCommand: true,
        interaction: interaction,
        embedFooter: "Made With djs-misc", //The Footer of the embed
        embedTitle: "Get Roasted!", //The title of the embed
        embedColor: "RANDOM", //The color of the embed! (Use Hex codes or use the color name)
        })
        slash.roast()

DAD JOKE

     const { Misc } = require('djs-misc')
        const misc = new Misc({
        message: message,
        embedFooter: "Made With djs-misc", //The Footer of the embed
        embedTitle: "Here's a Dad Joke", //The title of the embed
        embedColor: "RANDOM", //The color of the embed! (Use Hex codes or use the color name)
        })
        misc.dadJoke()

===

SLASH COMMAND

 const { Slash } = require('djs-misc')
        const slash = new Slash({
        args: args,
        slashCommand: true,
        interaction: interaction,
        embedFooter: "Made With djs-misc", //The Footer of the embed
        embedTitle: "Here's a Dad Joke", //The title of the embed
        embedColor: "RANDOM", //The color of the embed! (Use Hex codes or use the color name)
        })
        slash.dadJoke()

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.0.1

3 years ago

1.0.0

3 years ago