Skip to content

Commit f8ea710

Browse files
authored
chore: improve copy in /info command responses
* take2 * take3
1 parent 100cffc commit f8ea710

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/interactions/commands/handlers/info/info-subjects.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const infoSubjects: Array<{
2121
getBaseEmbed().setTitle('Off Screen?').setDescription(`
2222
- Close Firebot
2323
- Press Windows + R to open the Windows Run dialog
24-
- Then paste\`%appdata%/Firebotv5\` into the box and press enter.
24+
- Then paste\`%appdata%\\Firebotv5\` into the box and press enter.
2525
- Delete the file: \`window-state.json\`
2626
`),
2727
],
@@ -58,13 +58,13 @@ did you use the address provided by OBS it is a "best guess" and not always corr
5858
{
5959
name: 'Install Log',
6060
message: {
61-
content: 'We are requesting your install log to futher help you',
61+
content: 'We are requesting your install log to further assist you',
6262
embeds: [
6363
getBaseEmbed().setTitle('Instal Logs').setDescription(`
64-
You can get to Firebot's data folder via File > Open Data Folder or by pressing "Win + R" and pasting: \`%appdata%\firebot\v5\`
65-
Please find the file named \`SquirrelSetup.log\` which is located in \`%localappdata%\Firebotv5\`
66-
and / or \`%localappdata%\Firebotv5\`
67-
and / or \`%localappdata%\SquirrelTemp\`
64+
You can get to Firebot's data folder via File > Open Data Folder or by pressing "Win + R" and pasting: \`%appdata%\\firebot\\v5\`
65+
Please find the file named \`SquirrelSetup.log\` which is located in \`%localappdata%\\Firebotv5\`
66+
and / or \`%localappdata%\\Firebotv5\`
67+
and / or \`%localappdata%\\SquirrelTemp\`
6868
and post it in this thread.
6969
`),
7070
],
@@ -75,7 +75,7 @@ and post it in this thread.
7575
message: {
7676
content: 'Please send us your latest backup zip',
7777
embeds: [
78-
getBaseEmbed().setTitle('OBS WebSocket Settings')
78+
getBaseEmbed().setTitle('Firebot Backups')
7979
.setDescription(`
8080
Here's how you can do that:
8181
- Open Firebot and go to **Settings** > **Backup**

0 commit comments

Comments
 (0)