From 9fe08b84ee270f1ca6ca04c6c39edc480ee6aff1 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji <88056492+atridadl@users.noreply.github.com> Date: Fri, 23 Jun 2023 20:58:56 -0600 Subject: [PATCH] better error --- src/commands/pic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/pic.ts b/src/commands/pic.ts index adf0cd5..a7720ed 100644 --- a/src/commands/pic.ts +++ b/src/commands/pic.ts @@ -70,7 +70,7 @@ export class UserCommand extends Command { } if (!response.ok) { - const content = `Prompt: ${prompt}` || 'ERROR!'; + const content = `Sorry! I goofed up. Please ask my maker HimbothySwaggins about what could have happened!`; if (interactionOrMessage instanceof Message) { return askMessage.edit({ content });