docs(Constants): fix StickerTypes typedef (#6218)

This commit is contained in:
Kevin
2021-07-29 12:53:38 +02:00
committed by GitHub
parent f44bfc47c7
commit 105a194546

View File

@@ -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']);