Remove AVIF and PNG from jpegify

This commit is contained in:
Nexus 2024-02-07 16:28:36 +00:00
parent 31aba5ce6e
commit 810ca9d0a3

View file

@ -80,7 +80,7 @@ class FFMeta(commands.Cog):
discord.Option( discord.Option(
str, str,
description="The format of the resulting image", description="The format of the resulting image",
choices=["jpeg", "png", "webp", "avif"], choices=["jpeg", "webp"],
default="jpeg" default="jpeg"
) )
] = "jpeg" ] = "jpeg"