discord-assets
v1.3.3
Published
a module which provide an assets for discord bot
Maintainers
Readme
discord-assets
a module which provide an assets for discord bot
Installing
npm i discord-assetsMethods
- deadinsidenick
- drain
- nozhki
- wallpaper
- tired
- eball (8ball)
- cats
- spit
- smug
- smoke
- sleep
- slap
- shy
- shock
- shiz
- vulgarity
- sad
- run
- poke
- pat
- marry
- love
- lick
- kiss
- kill
- hug
- getLost
- eat
- drink
- dance
- cry
- avatar
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:

nozhki
returns a thematic image
example:

wallpaper
returns a thematic image
example:

tired
returns a thematic gif image
example:

eball (8ball)
returns a thematic image
example:

cats
returns a thematic image
example:

spit
returns a thematic gif image
example:

smug
returns a thematic gif image
example:

smoke
returns a thematic gif image
example:

sleep
returns a thematic gif image
example:

slap
returns a thematic gif image
example:

shy
returns a thematic gif image
example:

shock
returns a thematic gif image
example:

shiz
returns a thematic gif image
example:

vulgarity
NOT NSFW!!!
returns a thematic gif image
example:

sad
returns a thematic gif image
example:

run
returns a thematic gif image
example:

poke
returns a thematic gif image
example:

pat
returns a thematic gif image
example:

marry
returns a thematic gif image
example:

love
returns a thematic gif image
example:

lick
returns a thematic gif image
example:

kiss
returns a thematic gif image
example:

kill
returns a thematic anime gif image
NOT NSFW !!!
example:

hug
returns a thematic gif image
example:

getLost
returns a thematic gif image
example:

eat
returns a thematic gif image
example:

drink
returns a thematic gif image
example:

dance
returns a thematic gif image
example:

cry
returns a thematic gif image
example:

avatar
returns an avatar image
example:

