welp
This commit is contained in:
parent
f279bc3575
commit
88890fadc2
1 changed files with 1 additions and 1 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Reference in a new issue