From 6e2d605d0963d46061487d0275f7c47fdc4abb82 Mon Sep 17 00:00:00 2001 From: birds3345 <31601136+birds3345@users.noreply.github.com> Date: Fri, 23 Feb 2024 23:19:30 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 | [] |