diff --git a/src/commands/image.ts b/src/commands/image.ts index b57b569..9a0db64 100644 --- a/src/commands/image.ts +++ b/src/commands/image.ts @@ -57,7 +57,7 @@ export async function execute( // Create an attachment to send the image back to the user const attachment = new AttachmentBuilder(imageBuffer, { - name: 'image.png', + name: 'image.jpg', }); // Edit the deferred reply to include the generated image