1.1.14 • Published 3 years ago

djs-fun v1.1.14

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

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'
})

img1

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'
})
})

img30

Games

Guess The Pokemon

    const { djsgames } = require('djs-fun')
    const djs = new djsgames()
    djs.guessThePokemon(message)

poke

Random Stuff

Random Joke

    const { djsrandom } = require('djs-fun')
    const djs = new djsrandom()
    djs.joke(message, {
        embedTitle: 'embed title here',
        embedColor: 'hex here'
})

RJPIC

Random Quote

    const { djsrandom } = require('djs-fun')
    const djs = new djsrandom()
    djs.quote(message, {
        embedTitle: 'embed title here',
        embedColor: 'hex here'
})

RQPIC

Random Meme

  const { djsrandom } = require('djs-fun')
  const djs = new djsrandom()
  djs.meme(message, {
      embedColor: 'ff0000'
})

img229

Random Why

    const { djsrandom } = require('djs-fun')
    const djs = new djsrandom()
    djs.why(message, {
        embedTitle: 'embed title here',
        embedColor: 'hex here'
})

whyyyyyy

Search

Play Store Search

const djs = require('djs-fun')
djs.playstore(message, args)

PSPIC

iTunes Store Search

const djs = require('djs-fun')
djs.iTunes(message, args)

iTunesPIC

NPM Store Search

const djs = require('djs-fun')
djs.npm(message, args)

NPMPIC

1.1.12

3 years ago

1.1.11

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.10

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago