1.7.8 • Published 3 years ago

nidhishpackage v1.7.8

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

Package made by Nidhish#1295 & DWORD#0001

This is a fun package for Discord The library is Discord.js

Having any trouble? Join this server

npm i nidhishpackage

*Some content is used from srod-v2, i had permission to do this.

Table Of Contents

Utilities

EmbedPages

const { MessageEmbed } = require("discord.js");

    const { embedpages } = require("nidhishpackage");
    const embed1 = new MessageEmbed()
    .setTitle(`test`)
  const embed2 = new MessageEmbed()
    .setTitle(`test2`)

    const pages = [
        embed1,
        embed2
    ]
    
    const embedPages = new embedpages({ 
        pages: pages, 
        channel: message.channel, 
    });
    embedPages.createPages();

RandomString

    const nidhish = require("nidhishpackage");
    console.log(nidhish.password(7))

ChatBot

const { chatbot } = require('nidhishpackage')
        chatbot(message);

InlineReplies

Put this in your index.js

const Discord = require('discord.js')
require('nidhishpackage')
const client = new Discord.Client()

Now to use it

if(message.content.startsWith('!help')){
  return message.noMentionReply('The list of my commands') // This is so it won't mention the person
  return message.mentionReply('The list of my commands') // This is so it will mention the person
}

Games

TicTacToe

const { tictactoe } = require('nidhishpackage')
let user = message.mentions.members.first()
if(!user) return message.channel.send('please mention someone to play against')
let game = new tictactoe({
    message: message,
    player_two: user,
});

ConnectFour

        const nidhish = require('nidhishpackage')
        const ConnectFour = new nidhish.connectfour()
        ConnectFour.startGame(message)

SnakeGame

        const nidhish = require('nidhishpackage')
        const SnakeGame = new nidhish.SnakeGame()
        SnakeGame.startGame(message)

GuessTheNumber

        const nidhish = require('nidhishpackage')
        const guessthenumber = new nidhish.guessthenumber()
        guessthenumber.startGame(message)

Fun

Emojify

const nidhish = require(`nidhishpackage`)
        const emojified = await nidhish.emojify('Random Text Here');
       message.channel.send(emojified);

Owoify

const nidhish = require(`nidhishpackage`)
        const owoified = await nidhish.owoify('Random Text Here');
       message.channel.send(owoified); //owoify text

Memes

const nidhish = require(`nidhishpackage`)
        const Meme = await nidhish.getmeme();
        return message.channel.send(Meme);

Quotes

const nidhish = require(`nidhishpackage`)
const quote = await nidhish.generateQuote({ Color: "Color Here"})
return message.channel.send(quote);

AnimeQuotes

const nidhish = require(`nidhishpackage`)
const quote = await nidhish.generateAnimeQuote({ Color: "Color Here"})
return message.channel.send(quote);

Fact

const nidhish = require(`nidhishpackage`)
const Data = await nidhish.getfact({ Color: "Color Here" });
return message.channel.send(Data);

Joke

const nidhish = require(`nidhishpackage`)
const Data = await nidhish.getjoke({ Color: "Color Here" });
return message.channel.send(Data);

Animals

Koala And Redpanda

This wasn't in the api I used but I really liked them so below if how you get redpanda or koala.

const nidhish = require("nidhishpackage"); 
const randomImage = new nidhish({
 type: 'embed'  
}); 
await randomImage.Koala(message) // change Koala to Redpanda to use redpanda

Below is an example of one animal, you can change it to the list below the example for a different one.

        const nidhish = require(`nidhishpackage`)
        const animal = await nidhish.animalimage({ Animal: "animal here", Color: "hex code here" });
             return message.channel.send(animal); //all available animals are in the list below

List of all animals

AnimalsDescription
CatSends a cat image
DuckSends a duck image
DogSends a dog image
LlamaSends a llama image
AlpacaSends an alpaca image
SealSends a seal image
PandaSends a panda image
BirdSends a bird image
FoxSends a fox image
WolfSends a wolf image
CamelSends a camel image
LizardSends a lizard image

NSFW

const nidhish = require(`nidhishpackage`)
const Data = await nidhish.gethpussy({ Color: "Color Here" });
return message.channel.send(Data);

List of all NSFW content

NSFWDescription
gethpussySends a Hentai Pussy img/gif
gethboobsSends a Hentai Boobs img/gif
getRandomHGifSends a RandomHentai img/gif
getherokSends a Hentai Erok img/gif
gethfeetgSends a Hentai Feet img/gif
gethlesbianSends a Hentai lesbian img/gif
gethbjSends a Hentai Blowjob img
getbjgifSends a Hentai Blowjob gif
gethtrapSends a Hentai Trap img/gif

SFW

const nidhish = require(`nidhishpackage`)
const Data = await nidhish.getneko({ Color: "Color Here" });
return message.channel.send(Data);

List of all SFW content

sfwDescription
getnekoSends an Neko image
getnekogifSends a Neko gif
getRandomHGifSends a RandomHentai image/gif
geterokSends a Erok image/gif
getfeetgSends an Feet image/gif
getwallpaperSends a Random Wallpaper
getfoxgirlSends a Random Foxgirl img
1.7.8

3 years ago

1.7.7

3 years ago

1.7.5

3 years ago

1.7.4

3 years ago

1.6.31

3 years ago

1.6.33

3 years ago

1.6.32

3 years ago

1.6.35

3 years ago

1.6.34

3 years ago

1.6.37

3 years ago

1.6.38

3 years ago

1.7.3

3 years ago

1.7.2

3 years ago

1.7.1

3 years ago

1.7.0

3 years ago

1.6.22

3 years ago

1.6.24

3 years ago

1.6.23

3 years ago

1.6.26

3 years ago

1.6.25

3 years ago

1.6.28

3 years ago

1.6.27

3 years ago

1.6.29

3 years ago

1.6.30

3 years ago

1.6.21

3 years ago

1.6.20

3 years ago

1.6.19

3 years ago

1.6.18

3 years ago

1.6.17

3 years ago

1.6.16

3 years ago

1.6.15

3 years ago

1.6.14

3 years ago

1.6.13

3 years ago

1.6.12

3 years ago

1.6.11

3 years ago

1.6.10

3 years ago

1.6.9

3 years ago

1.6.8

3 years ago

1.6.7

3 years ago

1.6.6

3 years ago

1.5.26

3 years ago

1.5.25

3 years ago

1.5.24

3 years ago

1.5.23

3 years ago

1.5.22

3 years ago

1.5.21

3 years ago

1.5.20

3 years ago

1.5.19

3 years ago

1.5.18

3 years ago

1.5.17

3 years ago

1.5.16

3 years ago

1.5.15

3 years ago

1.5.14

3 years ago

1.5.13

3 years ago

1.5.12

3 years ago

1.5.11

3 years ago

1.5.10

3 years ago

1.5.9

3 years ago

1.5.8

3 years ago

1.5.7

3 years ago

1.5.6

3 years ago

1.5.5

3 years ago

1.5.4

3 years ago

1.5.3

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.10

3 years ago

1.4.9

3 years ago

1.4.8

3 years ago

1.4.7

3 years ago

1.4.6

3 years ago

1.4.5

3 years ago

1.4.4

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.2.16

3 years ago

1.2.15

3 years ago

1.2.14

3 years ago

1.2.13

3 years ago

1.2.12

3 years ago

1.2.11

3 years ago

1.2.10

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

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.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago