0.0.3 • Published 7 years ago

cordlr-mal v0.0.3

Weekly downloads
11
License
-
Repository
github
Last release
7 years ago

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"
	}
}