skarslash

1.8.0 • Public • Published

Skarslash

A Slash Command Image Adder for DJS V13!

Required Things

  • DISCORD.JS V13 (NODE.JS V16.6+)
npm install discord.js@latest

ANIME GIFs

Normal Handler/Command

 const { Anime } = require('Skarslash')
    const animey = new Anime({
    message: message,
    embedFooter: "Hug Anime", //The Footer of the embed
    embedTitle: "Anime Gifs", //The title of the embed
    embedColor: "RANDOM", //The color of the embed!
    animey.hug()

AVAILABLE CATAGORIES:

Category usage
Cuddle .cuddle()
Kiss .kiss()
Hug .hug()
Bully .bully()
Poke .poke()
Kick .kick()
Slap .slap()
Happy .happy()
Kill .kill()
Wink .wink()
Dance .dance()
Cringe .cringe()
Bite .bite()

And Much More!

ANIMALS GIFs

Normal Handler/Command

 const { Animals } = require('Skarslash')
    const doggie = new Animals({
    message: message,
    embedFooter: "A DOG!", //The Footer of the embed
    embedTitle: "Animals Gifs", //The title of the embed
    embedColor: "RANDOM", //The color of the embed!
    })
    doggie.dog()

AVAILABLE CATAGORIES:

Category usage
birb .birb()
cat .cat()
dog .dog()
whale .whale()
panda .panda()

Readme

Keywords

none

Package Sidebar

Install

npm i skarslash

Weekly Downloads

3

Version

1.8.0

License

ISC

Unpacked Size

30 kB

Total Files

7

Last publish

Collaborators

  • skaryey