Update README.md

This commit is contained in:
2023-06-21 04:32:16 +02:00
committed by GitHub
parent 1f85cb02ee
commit 2b022d468e

View File

@@ -15,5 +15,5 @@ This is a simple Discord bot that allows users to play music from various source
## Setup
1. Clone this repository and install the dependencies by running `npm install`.
2. Create a `.env` file in the root directory of the project and add your bot token as an environment variable named `token` and `clientId`.
2. Create a `.env` file in the root directory of the project and add your bot token and client id as environment variables named `token` and `clientId`.
3. Run the bot by running `node index.js`.