1.8.0 • Published 3 years ago

skarslash v1.8.0

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

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:

Categoryusage
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:

Categoryusage
birb.birb()
cat.cat()
dog.dog()
whale.whale()
panda.panda()
1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago