This commit is contained in:
Sense T 2023-05-12 23:20:04 +00:00
parent d66a1fdf35
commit 4e5d354764

View File

@ -296,7 +296,8 @@ impl BotServer {
match self
.bot
.send_message(user.id, &BOT_TEXT_NOTICE.format(&vars).unwrap())
.send_message(user.id, escape(&BOT_TEXT_NOTICE.format(&vars).unwrap()))
.parse_mode(ParseMode::MarkdownV2)
.send()
.await
{