marii-wrapper

1.1.0 • Public • Published

Marii API Node.js Wrapper!

This is a wrapper for the marii api used by the discord bot marii.

Usage

Sample of getting Nekos:

const marii = require('marii');

let marii_ = new marii();

marii_.neko().then((res) => console.log(res))

Sample of getting hentai:

const marii = require('marii');

let marii_ = new marii();

marii_.hentai().then((res) => console.log(res))

Sample of getting traps:

const marii = require('marii');

let marii_ = new marii();

marii_.traps().then((res) => console.log(res))

Sample of getting porn:

const marii = require('marii');

let marii_ = new marii();

marii_.porn().then((res) => console.log(res))

Readme

Keywords

none

Package Sidebar

Install

npm i marii-wrapper

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

2.93 kB

Total Files

4

Last publish

Collaborators

  • windowscmd
  • craftzman