Fixed mtr new csv format

This commit is contained in:
2023-06-29 18:45:46 +08:00
parent 726916ed45
commit e4275f60b7
4 changed files with 37 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ func main() {
}
if !isGroup && !f_sent && f_err != nil {
mesg := fmt.Sprintf( "%s", f_err )
mesg := utils.MDv2Text( fmt.Sprintf( "%s", f_err ) )
botsend( bot, &update, &mesg )
}
}