Update src/commands/image.ts
Some checks failed
Build and Publish Docker Image / build_and_push (push) Failing after 19s
Some checks failed
Build and Publish Docker Image / build_and_push (push) Failing after 19s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user