mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
Changed prefix for commands in RSS module
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Kruzya.TelegramBot.RichSiteSummary.Handler
|
||||
{
|
||||
}
|
||||
|
||||
[Command("feed_stats")]
|
||||
[Command("rss_stats")]
|
||||
public async Task Execute()
|
||||
{
|
||||
var feedCount = await _dbContext.Feeds.CountAsync();
|
||||
|
||||
Reference in New Issue
Block a user