bugfix
This commit is contained in:
parent
d66a1fdf35
commit
4e5d354764
@ -296,7 +296,8 @@ impl BotServer {
|
|||||||
|
|
||||||
match self
|
match self
|
||||||
.bot
|
.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()
|
.send()
|
||||||
.await
|
.await
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user