From 2b022d468ee59600aa99cbdf8dc70010c348d8bc Mon Sep 17 00:00:00 2001 From: LESO Date: Wed, 21 Jun 2023 04:32:16 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e56367..d8bb4b3 100644 --- a/README.md +++ b/README.md @@ -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`.