mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs(Formatters): fix typo of TimestampStyles (#6523)
This commit is contained in:
@@ -161,7 +161,7 @@ Formatters.strikethrough = strikethrough;
|
||||
* @method time
|
||||
* @memberof Formatters
|
||||
* @param {number|Date} [date] The date to format.
|
||||
* @param {TimestampStyles} [style] The style to use.
|
||||
* @param {TimestampStylesString} [style] The style to use.
|
||||
* @returns {string}
|
||||
*/
|
||||
Formatters.time = time;
|
||||
|
||||
Reference in New Issue
Block a user