Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Info subjects #49

Merged
merged 2 commits into from
Dec 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading