Smal change to prompt errors

This commit is contained in:
Atridad Lahiji 2023-07-21 22:51:24 -06:00
parent ddb436a02c
commit 5e87f87572
No known key found for this signature in database
GPG key ID: 7CB8245F56BC3880
2 changed files with 2 additions and 2 deletions

View file

@ -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 });

View file

@ -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 });