diff --git a/src/commands/fancypic.ts b/src/commands/fancypic.ts index 93dd513..8dcb6ef 100644 --- a/src/commands/fancypic.ts +++ b/src/commands/fancypic.ts @@ -103,7 +103,7 @@ export class UserCommand extends Command { } if (!imageGenResponse.ok) { - const content = `Sorry! I goofed up. Please ask my maker HimbothySwaggins about what could have happened!`; + const content = `Sorry, I can't complete the prompt for: ${prompt}`; if (interactionOrMessage instanceof Message) { return askMessage.edit({ content }); diff --git a/src/commands/pic.ts b/src/commands/pic.ts index 8fd5e69..7ecaa5d 100644 --- a/src/commands/pic.ts +++ b/src/commands/pic.ts @@ -105,7 +105,7 @@ export class UserCommand extends Command { } if (!imageGenResponse.ok) { - const content = `Sorry! I goofed up. Please ask my maker HimbothySwaggins about what could have happened!`; + const content = `Sorry, I can't complete the prompt for: ${prompt}`; if (interactionOrMessage instanceof Message) { return askMessage.edit({ content });