Inline code for message

This commit is contained in:
2022-02-16 20:07:33 +03:00
parent 49664064f6
commit 3cc7bad439
+1 -1
View File
@@ -85,7 +85,7 @@ public class Reputation : CommonHandler
if (_antiFlood.IsUserFlooding(Chat, From))
{
await Reply(new HtmlString()
.UserMention(From).Pre(": пользователь отправлен в игнор.")
.UserMention(From).Code(": пользователь отправлен в игнор.")
.ToString());
return;
}