diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md
index 4054ec8a..77e502cf 100644
--- a/.github/CHANGELOG.md
+++ b/.github/CHANGELOG.md
@@ -1,5 +1,9 @@
## Changelog
+Update _ October 2023
+
+- fix: fixed wrong command string in .simbridgedebug command (28/10/2023)
+
Update _ August 2023
- feat: enhancing user delete log with reference if a reply is deleted, and with embed and attachment data (27/08/2023)
diff --git a/src/commands/support/simbridgeDebug.ts b/src/commands/support/simbridgeDebug.ts
index f7631111..fcd9be2c 100644
--- a/src/commands/support/simbridgeDebug.ts
+++ b/src/commands/support/simbridgeDebug.ts
@@ -11,7 +11,7 @@ const simbridgeDebugEmbed = makeEmbed({
'',
'1. Open the folder where SimBridge is installed.',
'2. Open a terminal window in that location (Hold `SHIFT` and right click on the empty space of the folder, then select "Open Windows Terminal", "Open Command Prompt", or "Open Powershell Window".',
- '3. Type `fbw-simbridge.exe` and press enter.',
+ '3. Type `.\\fbw-simbridge.exe` and press enter.',
'4. Screenshot the output of the console and send it to us.',
]),
image: { url: SIMBRIDGE_HELP_URL },