global args
This commit is contained in:
@ -68,7 +68,7 @@ export class tg {
|
||||
};
|
||||
}
|
||||
format(msg) {
|
||||
return ""+msg
|
||||
return msg.toString()
|
||||
.replace("<", "<")
|
||||
.replace(">", ">")
|
||||
.replace(/\[b\](.*?)\[\/b\]/g, "<b>$1</b>") // bold
|
||||
|
Reference in New Issue
Block a user