mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
docs(Constants): fix StickerTypes typedef (#6218)
This commit is contained in:
@@ -829,7 +829,7 @@ exports.WebhookTypes = createEnum([null, 'Incoming', 'Channel Follower']);
|
||||
* The value set for a sticker's type:
|
||||
* * STANDARD
|
||||
* * GUILD
|
||||
* @typedef {string} StickerFormatType
|
||||
* @typedef {string} StickerType
|
||||
*/
|
||||
exports.StickerTypes = createEnum([null, 'STANDARD', 'GUILD']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user