Skip to content

Commit

Permalink
docs(Constants): fix StickerTypes typedef (#6218)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbioj committed Jul 29, 2021
1 parent f44bfc4 commit 105a194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/Constants.js
Expand Up @@ -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']);

Expand Down

0 comments on commit 105a194

Please sign in to comment.