chore(Deps): update @discordjs/builders (#6259)

This commit is contained in:
Vlad Frangu
2021-08-01 03:42:20 +03:00
committed by GitHub
parent 93e0239c80
commit 74fc23b3de
4 changed files with 151 additions and 29 deletions

View File

@@ -13,6 +13,7 @@ const {
time,
TimestampStyles,
underscore,
spoiler,
} = require('@discordjs/builders');
/**
@@ -144,4 +145,13 @@ Formatters.TimestampStyles = TimestampStyles;
*/
Formatters.underscore = underscore;
/**
* Formats the content into spoiler text.
* @method spoiler
* @memberof Formatters
* @param {string} content The content to spoiler.
* @returns {string}
*/
Formatters.spoiler = spoiler;
module.exports = Formatters;