Skip to content

Commit

Permalink
chore: improve copy in /info command responses
Browse files Browse the repository at this point in the history
* take2

* take3
  • Loading branch information
CKY- authored Dec 8, 2024
1 parent 100cffc commit f8ea710
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/interactions/commands/handlers/info/info-subjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const infoSubjects: Array<{
getBaseEmbed().setTitle('Off Screen?').setDescription(`
- Close Firebot
- Press Windows + R to open the Windows Run dialog
- Then paste\`%appdata%/Firebotv5\` into the box and press enter.
- Then paste\`%appdata%\\Firebotv5\` into the box and press enter.
- Delete the file: \`window-state.json\`
`),
],
Expand Down Expand Up @@ -58,13 +58,13 @@ did you use the address provided by OBS it is a "best guess" and not always corr
{
name: 'Install Log',
message: {
content: 'We are requesting your install log to futher help you',
content: 'We are requesting your install log to further assist you',
embeds: [
getBaseEmbed().setTitle('Instal Logs').setDescription(`
You can get to Firebot's data folder via File > Open Data Folder or by pressing "Win + R" and pasting: \`%appdata%\firebot\v5\`
Please find the file named \`SquirrelSetup.log\` which is located in \`%localappdata%\Firebotv5\`
and / or \`%localappdata%\Firebotv5\`
and / or \`%localappdata%\SquirrelTemp\`
You can get to Firebot's data folder via File > Open Data Folder or by pressing "Win + R" and pasting: \`%appdata%\\firebot\\v5\`
Please find the file named \`SquirrelSetup.log\` which is located in \`%localappdata%\\Firebotv5\`
and / or \`%localappdata%\\Firebotv5\`
and / or \`%localappdata%\\SquirrelTemp\`
and post it in this thread.
`),
],
Expand All @@ -75,7 +75,7 @@ and post it in this thread.
message: {
content: 'Please send us your latest backup zip',
embeds: [
getBaseEmbed().setTitle('OBS WebSocket Settings')
getBaseEmbed().setTitle('Firebot Backups')
.setDescription(`
Here's how you can do that:
- Open Firebot and go to **Settings** > **Backup**
Expand Down

0 comments on commit f8ea710

Please sign in to comment.