General purpose Discord bot for all things anime!
Bot: NodeJS, discord.js, anilist-node, open-graph-scraper, nhentai, turndown, node-truncate, unix-timestamp-converter, node-osu-api, fast-average-color-node, anime-quotes
To run this project, fill out your bot and osu!api token inside ./config.json
Clone the project
$ git clone https://github.com/MayukoBot/mayuko-js.git
Go to the project directory
$ cd mayuko-js
$ git submodule update --init --recursive
Install dependencies
$ npm i
Register commands
$ node ./register.js
Start the bot
$ npm run start