From 58b07df9a94a78fc1621d2085f5257b91fb75e9c Mon Sep 17 00:00:00 2001 From: Sophia Date: Fri, 4 Jun 2021 14:34:22 -0700 Subject: [PATCH] Update ReadME.md --- ReadME.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ReadME.md b/ReadME.md index 892767a..36269ca 100644 --- a/ReadME.md +++ b/ReadME.md @@ -14,13 +14,21 @@ open codsworths folder in cmd and do npm install and it should intall all of its { "TOKEN": "Discord Bot Token", //Put your discord bot token + "YOUTUBE_API_KEY": "YOUTUBE_API_KEY", // put your youtube api key from [Here](https://console.cloud.google.com/) + "SOUNDCLOUD_CLIENT_ID": "", + "MAX_PLAYLIST_SIZE": 100, + "PREFIX": "PREFIX", //Pick a prefix + "PRUNING": false, // if you want the bot to delete its own messages + "LOCALE": "en", // Keep the same if you want english + "STAY_TIME": 30, // how long you want it to stay in the vc for + "DEFAULT_VOLUME": 100 }