Update src/commands/image.ts
Some checks failed
Build and Publish Docker Image / build_and_push (push) Failing after 19s

This commit is contained in:
2024-12-10 21:50:28 +00:00
parent ecf4a07668
commit e9f7b6e28e

View File

@@ -57,7 +57,7 @@ export async function execute(
// Create an attachment to send the image back to the user // Create an attachment to send the image back to the user
const attachment = new AttachmentBuilder(imageBuffer, { const attachment = new AttachmentBuilder(imageBuffer, {
name: 'image.png', name: 'image.jpg',
}); });
// Edit the deferred reply to include the generated image // Edit the deferred reply to include the generated image