Changed prefix for commands in RSS module

This commit is contained in:
2020-03-02 17:07:42 +04:00
parent 0c82a6a69f
commit a151c37f94
2 changed files with 6 additions and 6 deletions
@@ -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();