Skip to content

Commit

Permalink
fix: export missing escapeX() functions (#8944)
Browse files Browse the repository at this point in the history
fix: export missing escapeX functions

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
almeidx and kodiakhq[bot] committed Dec 20, 2022
1 parent 5eab5fc commit 25c27ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/discord.js/src/util/Util.js
Expand Up @@ -608,6 +608,10 @@ module.exports = {
escapeUnderline,
escapeStrikethrough,
escapeSpoiler,
escapeHeading,
escapeBulletedList,
escapeNumberedList,
escapeMaskedLink,
fetchRecommendedShardCount,
parseEmoji,
resolvePartialEmoji,
Expand Down

0 comments on commit 25c27ea

Please sign in to comment.