djs-fun
v1.1.14
Published
A package meant for Discord.js
Downloads
13
Readme
DJS-FUN Made by Nidhish#1295
If any errors make sure to join the Support Server
*Note this package is meant for discord.js@dev, if 5 requests ill make one compatible with normal discord.js
This package is supposed to be a cool extension to Discord.js
*Credits to Sujal Goel#0302 for the api i used for Guess The Pokemon function.
Would You Rather
const djs = require('djs-fun')
djs.wyr(message, {
embedTitle: 'embed title here',
embedColor: 'hex here'
})
Ghost Ping Detector
client.on("messageDelete", async message =>{ //IMPORTANT: make sure its a messageDelete event!
const djs = require('djs-fun')
djs.ghostPing(message, {
embedTitle: 'embed title here',
embedColor: 'hex here'
})
})
Games
Guess The Pokemon
const { djsgames } = require('djs-fun')
const djs = new djsgames()
djs.guessThePokemon(message)
Random Stuff
Random Joke
const { djsrandom } = require('djs-fun')
const djs = new djsrandom()
djs.joke(message, {
embedTitle: 'embed title here',
embedColor: 'hex here'
})
Random Quote
const { djsrandom } = require('djs-fun')
const djs = new djsrandom()
djs.quote(message, {
embedTitle: 'embed title here',
embedColor: 'hex here'
})
Random Meme
const { djsrandom } = require('djs-fun')
const djs = new djsrandom()
djs.meme(message, {
embedColor: 'ff0000'
})
Random Why
const { djsrandom } = require('djs-fun')
const djs = new djsrandom()
djs.why(message, {
embedTitle: 'embed title here',
embedColor: 'hex here'
})
Search
Play Store Search
const djs = require('djs-fun')
djs.playstore(message, args)
iTunes Store Search
const djs = require('djs-fun')
djs.iTunes(message, args)
NPM Store Search
const djs = require('djs-fun')
djs.npm(message, args)