https://github.com/sirok1/discord-assets
a module which provide an assets for discord bot
https://github.com/sirok1/discord-assets
discord discord-bot discord-js images
Last synced: 4 months ago
JSON representation
a module which provide an assets for discord bot
- Host: GitHub
- URL: https://github.com/sirok1/discord-assets
- Owner: sirok1
- License: mit
- Created: 2022-06-28T19:30:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T20:57:25.000Z (over 1 year ago)
- Last Synced: 2024-05-12T12:22:35.063Z (about 1 year ago)
- Topics: discord, discord-bot, discord-js, images
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# discord-assets
a module which provide an assets for discord bot
# Installing
```bash
npm i discord-assets
```
# Methods
- [deadinsidenick](#deadinsidenick)
- [drain](#drain)
- [nozhki](#nozhki)
- [wallpaper](#wallpaper)
- [tired](#tired)
- [eball (8ball)](#eball-8ball)
- [cats](#cats)
- [spit](#spit)
- [smug](#smug)
- [smoke](#smoke)
- [sleep](#sleep)
- [slap](#slap)
- [shy](#shy)
- [shock](#shock)
- [shiz](#shiz)
- [vulgarity](#vulgarity)
- [sad](#sad)
- [run](#run)
- [poke](#poke)
- [pat](#pat)
- [marry](#marry)
- [love](#love)
- [lick](#lick)
- [kiss](#kiss)
- [kill](#kill)
- [hug](#hug)
- [getLost](#getlost)
- [eat](#eat)
- [drink](#drink)
- [dance](#dance)
- [cry](#cry)
- [avatar](#avatar)# Example
```js
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 insideexample:
`fearless 妻hate me as you do妻`# drain
returns a thematic imageexample:

# nozhki
returns a thematic imageexample:

# wallpaper
returns a thematic imageexample:

# tired
returns a thematic gif imageexample:

# eball (8ball)
returns a thematic imageexample:

# cats
returns a thematic imageexample:

# spit
returns a thematic gif imageexample:

# smug
returns a thematic gif imageexample:

# smoke
returns a thematic gif imageexample:

# sleep
returns a thematic gif imageexample:

# slap
returns a thematic gif imageexample:

# shy
returns a thematic gif imageexample:

# shock
returns a thematic gif imageexample:

# shiz
returns a thematic gif imageexample:

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

# sad
returns a thematic gif imageexample:

# run
returns a thematic gif imageexample:

# poke
returns a thematic gif imageexample:

# pat
returns a thematic gif imageexample:

# marry
returns a thematic gif imageexample:

# love
returns a thematic gif imageexample:

# lick
returns a thematic gif imageexample:

# kiss
returns a thematic gif imageexample:

# kill
returns a thematic anime gif imageNOT NSFW !!!
example:

# hug
returns a thematic gif imageexample:

# getLost
returns a thematic gif imageexample:

# eat
returns a thematic gif imageexample:

# drink
returns a thematic gif imageexample:

# dance
returns a thematic gif imageexample:

# cry
returns a thematic gif imageexample:

# avatar
returns an avatar imageexample:
