From e9f7b6e28ea71af17b13c867d287f6683538e9b3 Mon Sep 17 00:00:00 2001 From: jack Date: Tue, 10 Dec 2024 21:50:28 +0000 Subject: [PATCH] Update src/commands/image.ts --- src/commands/image.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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