remame time and date cbs to message_time and message_date

This commit is contained in:
kwaroran
2024-04-03 19:37:33 +09:00
parent 1c3c3cc16d
commit 6a9d88e525

View File

@@ -539,7 +539,7 @@ const matcher = (p1:string,matcherArg:matcherArg) => {
case 'none':{
return ''
}
case 'time':{
case 'message_time':{
if(matcherArg.tokenizeAccurate){
return `00:00:00`
}
@@ -557,7 +557,7 @@ const matcher = (p1:string,matcherArg:matcherArg) => {
//output time in format like 10:30 AM
return date.toLocaleTimeString()
}
case 'date':{
case 'message_date':{
if(matcherArg.tokenizeAccurate){
return `00:00:00`
}