Kuma-Lite is a Discord bot that provides anime and manga recommendations, as well as a ranking of server members based on their time in the server.
/randomanime: Provides a random anime recommendation./randommanga: Provides a random manga recommendation./searchanime: Search for a specific anime by name./searchmanga: Search for a specific manga by name./rank: Displays a ranking of server members based on their time in the server./help: Displays a list of available commands./search: Search for naver comics to get id/download: downloads naver comic
-
Clone this repository.
-
Create a
.envfile in the project root and add the following variables:CLIENT_ID=your_discord_bot_client_id TOKEN=your_discord_bot_token
-
Install the project dependencies:
npm install -
Run the bot:
npm start
-
discord.js: Discord API library for Node.js.
-
axios: Promise-based HTTP client for making requests.
-
dotenv: Loads environment variables from a
envfile.
- Add the bot to your Discord server by visiting the following link: https://discord.com/api/oauth2/authorize?client_id=1162683498042236968&permissions=8&scope=bot
- Type
/helpin any channel to see a list of available commands.
This project is licensed under the MIT License.
- Thanks to the creators of Discord.js for providing an excellent library for Discord bot development.