To install V-Music and its dependencies, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Run
npm installto install all required dependencies.
To start V-Music, run the following command:
npm startThis will initiate the Discord Bot.
V-Music utilizes Jest for testing purposes. To run the tests, execute the following command:
npm testThis command will run Jest with options to force exit after tests are completed and output the results in JSON format to a file named jest-report.json.
V-Music utilizes environment variables for configuration. Before starting the application, make sure to create a .env file in the project root directory and define the TOKEN and PREFIX variable.
TOKEN=[here]
PREFIX=v!
See the LICENSE file for details.