mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
fix possible bans from Pavel Durov
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user