mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
style: run prettier (#9041)
This commit is contained in:
@@ -420,7 +420,7 @@ export const TimestampStyles = {
|
||||
/**
|
||||
* The possible values, see {@link TimestampStyles} for more information
|
||||
*/
|
||||
export type TimestampStylesString = typeof TimestampStyles[keyof typeof TimestampStyles];
|
||||
export type TimestampStylesString = (typeof TimestampStyles)[keyof typeof TimestampStyles];
|
||||
|
||||
/**
|
||||
* An enum with all the available faces from Discord's native slash commands
|
||||
|
||||
Reference in New Issue
Block a user