1.1.0 • Published 3 years ago

marii-wrapper v1.1.0

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

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))
1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago