mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
@@ -30,4 +30,4 @@ export function avatarURL(
|
||||
export type ImageFormat = "jpg" | "jpeg" | "png" | "webp" | "gif" | "json";
|
||||
|
||||
/** https://discord.com/developers/docs/reference#image-formatting */
|
||||
export type ImageSize = 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048;
|
||||
export type ImageSize = 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096;
|
||||
|
||||
@@ -75,5 +75,3 @@ export interface Component {
|
||||
/** a list of child components */
|
||||
components?: Component[];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user