Skip to content

Kinshi Tunes is an open-source music bot with interaction support, configurability, and basic music and moderation commands. It is easy to set up and can be used in production. The repository includes instructions for installation and usage, as well as disclaimers and information about the developers.

License

Notifications You must be signed in to change notification settings

Pizzarous/Kinshi-Tunes

Repository files navigation

Kinshi Tunes

A dedicated open-source music bot based on @rawon, designed for personal use and development.

CI Status

Features

  • Interaction Support: Engage with the bot.
  • Configurable and Easy to Use: Customize the bot according to your needs.
  • Basic Music and Moderation Commands: Enjoy essential functionalities.
  • Production-Ready Project: Set up the bot without coding.

General Setup

  1. Download and Install Node.js: Ensure you have version 16.6.0 or higher. Node.js Download
  2. Configure Environment Variables: Open .env_example, rename it to .env.
  3. Install Dependencies: Run the following command in your terminal.
    $ npm install
  4. Compile the Code: Execute the build script.
    $ npm run build
  5. Optimize Disk Space: Remove unnecessary dev dependencies.
    $ npm prune --production
  6. Start the Bot: Launch the bot with the following command.
    $ npm start

Disclaimers

Please review the disclaimers listed in DISCLAIMERS.md.

License

Kinshi Tunes is released under the BSD 3-Clause License. Feel free to use, modify, and distribute the software according to the outlined conditions. For detailed terms, refer to the LICENSE file.

© 2023 Pizzarous Development | GitHub Repository

About

Kinshi Tunes is an open-source music bot with interaction support, configurability, and basic music and moderation commands. It is easy to set up and can be used in production. The repository includes instructions for installation and usage, as well as disclaimers and information about the developers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published