0.0.4 • Published 3 years ago

ereshkigal v0.0.4

Weekly downloads
136
License
MIT
Repository
github
Last release
3 years ago

Ereshkigal

Massive NSFW wrapper for any kind of Popular game.

Installation

npm install ereshkigal

Example

const lewd = require("ereshkigal");
const client = new lewd.Client();

client.dota().then((data) => {
    console.log(data); // 5 items
});

Quick example with Eris

exports.run = function (client, msg, args) {
  const lewd = require("ereshkigal");
  const ere = new lewd.Client();

  ere.dota().then((url) => {
    msg.channel.createMessage(url);
  }); // send 5 images for NSFW dotA2
};

exports.aliases = ["dota"];

Endpoints

  • dota
  • genshin
  • overwatch
  • lol
  • fgo