mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Remove avif format as discord does not serve it (#4723)
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
* @remarks
|
* @remarks
|
||||||
* json is only for stickers
|
* json is only for stickers
|
||||||
*/
|
*/
|
||||||
export type ImageFormat = 'jpg' | 'jpeg' | 'png' | 'webp' | 'gif' | 'avif' | 'json';
|
export type ImageFormat = 'jpg' | 'jpeg' | 'png' | 'webp' | 'gif' | 'json';
|
||||||
|
|
||||||
/** https://discord.com/developers/docs/reference#image-formatting */
|
/** https://discord.com/developers/docs/reference#image-formatting */
|
||||||
export type ImageSize = 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096;
|
export type ImageSize = 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096;
|
||||||
|
|||||||
Reference in New Issue
Block a user