mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
general business
This commit is contained in:
parent
91bd5f960c
commit
1efb9540e4
3 changed files with 11 additions and 8 deletions
|
@ -19,5 +19,5 @@ module.exports.link = function(url, masked){
|
|||
}
|
||||
|
||||
module.exports.timestamp = function(time, flag = "t"){
|
||||
return `<${flag}:${Math.floor(time/1000)}>`
|
||||
return `<t:${Math.floor(time/1000)}:${flag}>`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue