diff --git a/README.md b/README.md index 22818d9..bdddb67 100644 --- a/README.md +++ b/README.md @@ -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 | [] |