Skip to content

Commit

Permalink
take3
Browse files Browse the repository at this point in the history
  • Loading branch information
CKY- committed Dec 8, 2024
1 parent d6078c1 commit b62227c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/interactions/commands/handlers/info/info-subjects.ts
Original file line number Diff line number Diff line change
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 b62227c

Please sign in to comment.