Smal change to prompt errors
This commit is contained in:
parent
ddb436a02c
commit
5e87f87572
2 changed files with 2 additions and 2 deletions
|
@ -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 });
|
||||
|
|
|
@ -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 });
|
||||
|
|
Loading…
Add table
Reference in a new issue