This repository has been archived on 2026-02-28. You can view files and clone it, but cannot push or open issues or pull requests.

12 lines
134 B
TypeScript

export enum StickerType {
STANDARD = 1,
GUILD = 2,
}
export enum StickerFormatType {
PNG = 1,
APNG = 2,
LOTTIE = 3,
GIF = 4,
}