djs-fun

1.1.14 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i djs-fun

Weekly Downloads

0

Version

1.1.14

License

ISC

Unpacked Size

14.3 kB

Total Files

11

Last publish

Collaborators

  • nidhish04