1.7.0 • Published 3 years ago

your-scraper v1.7.0

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

Your-Scraper

your-scraper is a simple package to implement image commands for discord bots.

Installing

npm i your-scraper

Methods

  • Hug (hug)
  • Kiss (kiss)
  • Lewd (lewd)
  • Lizard (lizard)
  • Neko (neko)
  • Pat (pat)
  • 8ball (eigthball)
  • Cat (cat)
  • Chat (chat)
  • Fact (fact)
  • Wallpaper (wallpaper)

Example

const Discord = require("discord.js");
const scraper = require("your-scraper");
const scraper = new scraper();

const image = await scraper.hug();
const embed = new Discord.MessageEmbed()
    .setTitle(`Hug Image`)
    .setColor("GREEN")
    .setImage(image);
message.channel.send(embed);

Note

⚠ | This package use Nekos.life to fetch images.

1.7.0

3 years ago

1.6.0

3 years ago

1.5.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