diff --git a/src/util/Constants.js b/src/util/Constants.js index c4ef7039345f..5ac5a1db7dc2 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -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']);