Skip to content

Commit

Permalink
fix: typo in .simbridgedebug command (#502)
Browse files Browse the repository at this point in the history
Co-authored-by: BenW <[email protected]>
  • Loading branch information
Lauvaan and benw202 authored Oct 28, 2023
1 parent d26db7d commit 92ac0d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

Update <small>_ October 2023</small>

- fix: fixed wrong command string in .simbridgedebug command (28/10/2023)

Update <small>_ August 2023</small>

- feat: enhancing user delete log with reference if a reply is deleted, and with embed and attachment data (27/08/2023)
Expand Down
2 changes: 1 addition & 1 deletion src/commands/support/simbridgeDebug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 92ac0d9

Please sign in to comment.