cordlr-mal

0.0.3 • Public • Published

Cordlr-MAL

A Cordlr plugin for finding anime from MyAnimeList

Installation

To install the plugin, install it with npm install cordlr-mal.

When the plugin has been installed, you need to add your MAL credentials in your loader.

To do this add the mal field according to the snippet below to your loader.

{
    "token":"myToken",
    "prefix": "!",
    "loader":"cordlr-loader",
    "plugins": [
        "cordlr-mal",
        "cordlr-help2"
    ],
    "mal": {
        "username": "MAL_NAME",
        "password": "MAL_PASS"
    }
}

Package Sidebar

Install

npm i cordlr-mal

Weekly Downloads

5

Version

0.0.3

License

none

Last publish

Collaborators

  • mackan90096