1.1.3 • Published 2 years ago

disc-plexus v1.1.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

About

  • A discord.js Utils Package with qrcode and other utility commands! Works With Slash and Normal Commands!

✏️ Support Server

Example usage

QR CODE GENERATOR === NORMAL COMMAND

const { Utils } = require('disc-plexus')
  const util = new Utils({
    args: args[0],
    message: message,
    slashCommand: false,
    embedFooter: "Made With disc-plexus", 
    embedTitle: "Generated A QR Code", 
    embedColor: "RANDOM", 
   })
   util.qrcode()

SLASH COMMAND ===

const { Utils } = require('disc-plexus')
    const util = new Utils({
     args: args,
     slashCommand: true,
     interaction: interaction,
     embedFooter: "Made With disc-plexus", 
     embedTitle: "Generated A QR Code", 
     embedColor: "RANDOM", 
   })
util.qrcode()
1.0.9

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.1.3

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago