1.2.0 • Published 3 years ago

djs-fun-v12 v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

DJS-FUN-v12 Package By Nidhish#1295

A fun npm package for Discord.js-v12

Join the support server for any help.

*This package is djs-fun but for normal discordjs-v12.

Buttons

Would You Rather

const djs = require('djs-fun-v12')
djs.wyr(message, {
    loadingMessage: "Loading ⚙️",// defualt: Loading ⚙️
    firstButtonColor: "first button color here", //defualt: red
    secondButtonColor: "second button color here" //defualt: blurple
})

Guess The Pokemon

const djs = require('djs-fun-v12')
djs.gtp(message, {
    loadingMessage: "loading message here"// defualt: Loading ⚙️
})

Rock Paper Scissors

const djs = require('djs-fun-v12') 
djs.rps(message, {
    rockEmoji: "emoji for rock here", //defualt: 🗿
    paperEmoji: "emoji for paper here", //defualt: 📰
    scissorsEmoji: "emoji for scissors here", //defualt: ✂️
    startMessage: "message when command is triggered",
         //defualt: Rock Paper Scissors! \nHit a button below for your choice.
    rockButtonColor: "color for rock button here",
       //defualt: red
    paperButtonColor: "color for paper button here",
     //defualt: gray
    scissorsButtonColor: "color for scissors button here"
   //defualt: green
})

Coinflip

const djs = require('djs-fun-v12')
djs.coinflip(message, {
    startMessage: "start message here",// defualt: :coin: The coin is in the air... Choose heads or tails below.
    headsColor: "button color for heads here", //defualt: red
    tailsColor: "button color for tails here" //defualt: blurple

})

Drop Down Menu's

Would You Rather

const djs = require('djs-fun-v12')
djs.dropdownwyr(message, {
    loadingMessage: "loading message here", //defualt: Loading ⚙️
    menuTitle: "title of menu here" // defualt: Click Me :D
})
1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.7

3 years ago

1.1.5

3 years ago

1.0.6

3 years ago

1.1.4

3 years ago

1.0.5

3 years ago

1.1.3

3 years ago

1.0.4

3 years ago

1.1.2

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago