1.3.3 • Published 2 years ago

discord-assets v1.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

discord-assets

a module which provide an assets for discord bot

Installing

npm i discord-assets

Methods

Example

const Discord = require("discord.js");
const ASSETS = require("discord-assets");
const asset = new ASSETS();
const image = asset.sad();
const embed = new Discord.MessageEmbed()
    .setTitle(`Sad gif`)
    .setColor("GREEN")
    .setImage(image);
message.channel.send(embed);

deadinsidenick

returns nick for dead inside

example:

fearless 妻hate me as you do妻

drain

returns a thematic image

example:

drainimage

nozhki

returns a thematic image

example:

nozhkiimage

wallpaper

returns a thematic image

example:

wallpaperimage

tired

returns a thematic gif image

example:

tiredgif

eball (8ball)

returns a thematic image

example:

ebalimage

cats

returns a thematic image

example:

catsimage

spit

returns a thematic gif image

example:

spitgif

smug

returns a thematic gif image

example:

smuggif

smoke

returns a thematic gif image

example:

smokegif

sleep

returns a thematic gif image

example:

sleepgif

slap

returns a thematic gif image

example:

slapgif

shy

returns a thematic gif image

example:

shygif

shock

returns a thematic gif image

example:

shockgif

shiz

returns a thematic gif image

example:

shizgif

vulgarity

NOT NSFW!!!

returns a thematic gif image

example:

ngif

sad

returns a thematic gif image

example:

sadgif

run

returns a thematic gif image

example:

rungif

poke

returns a thematic gif image

example:

pokegif

pat

returns a thematic gif image

example:

patgif

marry

returns a thematic gif image

example:

marrygif

love

returns a thematic gif image

example:

lovegif

lick

returns a thematic gif image

example:

lickgif

kiss

returns a thematic gif image

example:

kissgif

kill

returns a thematic anime gif image

NOT NSFW !!!

example:

kgif

hug

returns a thematic gif image

example:

huggif

getLost

returns a thematic gif image

example:

fgif

eat

returns a thematic gif image

example:

eatgif

drink

returns a thematic gif image

example:

drinkgif

dance

returns a thematic gif image

example:

dancegif

cry

returns a thematic gif image

example:

crygif

avatar

returns an avatar image

example:

avatarimage

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.0.0

2 years ago