From 88890fadc237148e736d5da1491d86d95b0ff8cb Mon Sep 17 00:00:00 2001 From: Atridad Lahiji <88056492+atridadl@users.noreply.github.com> Date: Sat, 17 Jun 2023 16:15:51 -0600 Subject: [PATCH] welp --- 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 3612f47..0b9bd5e 100644 --- a/src/commands/pic.ts +++ b/src/commands/pic.ts @@ -47,7 +47,7 @@ export class UserCommand extends Command { size: '256x256' }); - const content = imageResponse.data.data[0].url || 'ERROR!'; + const content = `Prompt: ${prompt}\nResult: ${imageResponse.data.data[0].url}` || 'ERROR!'; if (interactionOrMessage instanceof Message) { return askMessage.edit({ content });