mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 19:45:09 +00:00
SendTimestamps: support s and S timestamp formats (#3792)
This commit is contained in:
parent
b8ab6a7470
commit
b07db6c500
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ function parseTime(time: string) {
|
|||
return `<t:${Math.round(ms)}:t>`;
|
||||
}
|
||||
|
||||
const Formats = ["", "t", "T", "d", "D", "f", "F", "R"] as const;
|
||||
const Formats = ["", "t", "T", "d", "D", "f", "F", "s", "S", "R"] as const;
|
||||
type Format = typeof Formats[number];
|
||||
|
||||
const cl = classNameFactory("vc-st-");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue