This commit is contained in:
Atridad Lahiji 2023-06-17 16:15:51 -06:00
parent f279bc3575
commit 88890fadc2
No known key found for this signature in database

View file

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