mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
feat(Sticker): updates, sticker packs, and guild stickers (#5867)
Co-authored-by: SpaceEEC <spaceeec@yahoo.com> Co-authored-by: Antonio Román <kyradiscord@gmail.com> Co-authored-by: Tiemen <ThaTiemsz@users.noreply.github.com> Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com> Co-authored-by: BannerBomb <BannerBomb55@gmail.com> Co-authored-by: Noel <icrawltogo@gmail.com> Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
This commit is contained in:
5
typings/enums.d.ts
vendored
5
typings/enums.d.ts
vendored
@@ -126,6 +126,11 @@ export enum StickerFormatTypes {
|
||||
LOTTIE = 3,
|
||||
}
|
||||
|
||||
export enum StickerTypes {
|
||||
STANDARD = 1,
|
||||
GUILD = 2,
|
||||
}
|
||||
|
||||
export enum VerificationLevels {
|
||||
NONE = 0,
|
||||
LOW = 1,
|
||||
|
||||
Reference in New Issue
Block a user