Skip to content

Commit

Permalink
fixed discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
Metal079 committed Oct 6, 2023
1 parent ed87f6b commit 6e39ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/home/options/options.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ export class OptionsComponent {

showError(error: any) {
// Default error message
let errorMessage = 'There was an error attempting to generate your image. Website is likely down. Please try again later or check the Discord server for updates. https://discord.com/invite/RXbJUaFh';
let errorMessage = 'There was an error attempting to generate your image. Website is likely down. Please try again later or check the Discord server for updates. https://discord.com/invite/mobians';

// If the error comes from the backend and has a 'detail' field, use it as the error message
if (error && error.error && error.error.detail) {
Expand Down

0 comments on commit 6e39ec5

Please sign in to comment.