1.1.14 • Published 4 years ago
djs-fun v1.1.14
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)
1.1.12
4 years ago
1.1.11
4 years ago
1.1.14
4 years ago
1.1.13
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.10
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.18
4 years ago
1.0.17
4 years ago
1.0.16
4 years ago
1.0.15
4 years ago
1.0.14
4 years ago
1.0.13
4 years ago
1.0.12
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago