cordlr-mal
v0.0.3
Published
A cordlr plugin for interfacing with the MyAnimeList API
Downloads
4
Maintainers
Readme
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"
}
}