mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
Inline code for message
This commit is contained in:
@@ -85,7 +85,7 @@ public class Reputation : CommonHandler
|
|||||||
if (_antiFlood.IsUserFlooding(Chat, From))
|
if (_antiFlood.IsUserFlooding(Chat, From))
|
||||||
{
|
{
|
||||||
await Reply(new HtmlString()
|
await Reply(new HtmlString()
|
||||||
.UserMention(From).Pre(": пользователь отправлен в игнор.")
|
.UserMention(From).Code(": пользователь отправлен в игнор.")
|
||||||
.ToString());
|
.ToString());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user