diff --git a/Cargo.lock b/Cargo.lock index 9c4c8b6..8cdc981 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,7 +3,7 @@ version = 4 [[package]] -name = "RythmWorks" +name = "RhythmWorks" version = "0.1.0" dependencies = [ "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 0edf395..1ab1f66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "RythmWorks" +name = "RhythmWorks" version = "0.1.0" edition = "2024" diff --git a/README.md b/README.md index 3d42b82..d2cec8e 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,23 @@ Please use the [getting started](#getting-started) section for instructions on h 3. Give it a name 4. Go to the OAuth2 Section - Check mark the "bot" option under "OAuth2 URL Generator" - - Enable the Following Permissions + ![botselection](images/1.png) + - Enable the Following Bot Permissions (Next Section) - Send Messages - Read Message History - Connect - Speak + ![permissionsselection](images/2.png) - Copy the Generated URL and paste it into your browser - This will automatically launch discord and allow you to add the bot to your server + ![copyURL](images/3.png) 5. Go to the "Bot" Section - Click "Reset Token" and copy it * **You will need to save this in a secure place. This current version does not have a save functionality and you will have to type it in every time** + ![tokenReset](images/4.png) - When you start the bot, paste the token into the prompt +6. Enable all three privileged gateway intents + ![intents](images/5.png) 6. Download Necessary Files - Windows: - Download [yt-dlp (Windows)](https://git.racooncity.org/brotoskyj/RhythmWorks/src/branch/master/assets/yt-dlp.exe) diff --git a/images/1.png b/images/1.png new file mode 100644 index 0000000..0ca904b Binary files /dev/null and b/images/1.png differ diff --git a/images/2.png b/images/2.png new file mode 100644 index 0000000..9851c6b Binary files /dev/null and b/images/2.png differ diff --git a/images/3.png b/images/3.png new file mode 100644 index 0000000..45c95d0 Binary files /dev/null and b/images/3.png differ diff --git a/images/4.png b/images/4.png new file mode 100644 index 0000000..956f97e Binary files /dev/null and b/images/4.png differ diff --git a/images/5.png b/images/5.png new file mode 100644 index 0000000..3a726ae Binary files /dev/null and b/images/5.png differ