mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
Change superuser command log category. Fix cooldowns command.
This commit is contained in:
@@ -113,7 +113,7 @@ namespace West.TelegramBot.ChatManagement.Handler
|
||||
{
|
||||
if (!_userService.IsUserSuper(From))
|
||||
{
|
||||
_logger.LogDebug("{User} attempted to call /setrep in {Chat}", From, Chat.Title);
|
||||
_logger.LogInformation("{User} attempted to call /setrep in {Chat}", From, Chat.Title);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user