- A discord.js Package with Fun commands! Works With Slash and Normal Commands!
- Join our Support Server for help
npm i djs-misc
USE ACCORDING TO YOUR COMMAND HANDLER
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()
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()
Please Respect the license and dont just copy the whole thing as paste as your own package!
You Can use this package with djs-13 by installing djs-utils@dev
Our Other packages: