general business

This commit is contained in:
derpystuff 2022-06-03 15:01:29 +02:00
parent 91bd5f960c
commit 1efb9540e4
3 changed files with 11 additions and 8 deletions

View file

@ -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}>`
}