Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
birds3345 committed Feb 25, 2024
2 parents 8415261 + 6e2d605 commit 8f6fa7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ A C++ application for Roblox Studio Discord rich presence
## Settings
| Setting Name | Description | Default Value |
| ------------ | ----------- | ------------- |
| ClientId | Specifies a Discord client id to use for rich presence | "1199942284653903882" |
| ClientId | Discord client id to use for rich presence | "1199942284653903882" |
| ConsoleEnabled | Whether or not the console should be visible | false |
| UseLocalhost | Specifies if the application should set up a localhost on your device to communicate with roblox | true |
| LocalhostPort | The port to use for the localhost (Does nothing if UseLocalhost is false) | 8129 |
| ShowScriptName | Specifies if the rich presence should include the script being worked on | true |
| ShowGameName | Specifies if the rich presence should include the game being worked on | true |
| DisabledStates | An array of states (Idle, Scripting, etc) that are disabled | [] |

0 comments on commit 8f6fa7f

Please sign in to comment.