mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
Reputation managment.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Kruzya.TelegramBot.CombotAntiSpam
|
||||
|
||||
var messageText = new StringBuilder();
|
||||
messageText.Append($"⚠️ <b>Combot Anti-Spam</b>\n\n");
|
||||
messageText.Append($"User {member.ToHtml()} is spammer.\n");
|
||||
messageText.Append($"User {member.ToHtml(true)} is spammer.\n");
|
||||
messageText.Append(
|
||||
$"More details you can find on <a href=\"https://cas.chat/query?u={member.Id}\">CAS site</a>.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user