mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +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:
|
* The value set for a sticker's type:
|
||||||
* * STANDARD
|
* * STANDARD
|
||||||
* * GUILD
|
* * GUILD
|
||||||
* @typedef {string} StickerFormatType
|
* @typedef {string} StickerType
|
||||||
*/
|
*/
|
||||||
exports.StickerTypes = createEnum([null, 'STANDARD', 'GUILD']);
|
exports.StickerTypes = createEnum([null, 'STANDARD', 'GUILD']);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user