mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
fix: remove another bunch of obsolete method calls
This commit is contained in:
@@ -182,7 +182,7 @@ public class Reputation : CommonHandler
|
||||
i++;
|
||||
}
|
||||
|
||||
await Bot.SendTextMessageAsync(Chat!, msg.ToString(), parseMode: ParseMode.Html,
|
||||
await Bot.SendMessage(Chat!, msg.ToString(), parseMode: ParseMode.Html,
|
||||
disableNotification: true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user