mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
h
This commit is contained in:
parent
726861294b
commit
aec828beb5
14 changed files with 421 additions and 25 deletions
|
@ -16,4 +16,8 @@ module.exports.codeblock = function(type, content){
|
|||
module.exports.link = function(url, masked){
|
||||
if(masked) return `[${masked}](${url})`
|
||||
return url
|
||||
}
|
||||
|
||||
module.exports.timestamp = function(time, flag = "t"){
|
||||
return `<${flag}:${Math.floor(time/1000)}>`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue