diff --git a/packages/discord.js/src/util/Util.js b/packages/discord.js/src/util/Util.js index 10a417e55911..3f68bbedfec4 100644 --- a/packages/discord.js/src/util/Util.js +++ b/packages/discord.js/src/util/Util.js @@ -243,7 +243,6 @@ async function fetchRecommendedShardCount(token, { guildsPerShard = 1_000, multi * * A Discord custom emoji (`<:name:id>` or ``) * @param {string} text Emoji string to parse * @returns {APIEmoji} Object with `animated`, `name`, and `id` properties - * @private */ function parseEmoji(text) { if (text.includes('%')) text = decodeURIComponent(text);