Documentation

Introduction

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.

Features

Setup

  1. Clone this repository.
  2. Create a .env file in the project root and add the following variables:
    CLIENT_ID=your_discord_bot_client_id
    TOKEN=your_discord_bot_token
          
  3. Install the project dependencies:
    npm install
  4. Run the bot:
    npm start

Dependencies

Usage

  1. Add the bot to your Discord server by visiting the following link: Add to Server.
  2. Type /help in any channel to see a list of available commands.

License

This project is licensed under the MIT License.

Acknowledgments

Thanks to the creators of Discord.js for providing an excellent library for Discord bot development.