mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore(Deps): update @discordjs/builders (#6259)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user