fix possible bans from Pavel Durov

This commit is contained in:
2024-05-19 22:40:34 +03:00
parent 7002a04d14
commit 1460cb0a75
3 changed files with 15 additions and 6 deletions
+3
View File
@@ -160,6 +160,9 @@ public class Reputation : CommonHandler
[Command("top", CommandParseMode.Both)]
public async Task HandleTop()
{
await Reply("This feature is currently disabled.");
return;
var msg = new HtmlString();
msg.TextBr("Топ репутации чата: ");
var i = 1;