mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
Add cooldown logging.
This commit is contained in:
@@ -5,6 +5,7 @@ using System.Threading.Tasks;
|
||||
using BotFramework.Attributes;
|
||||
using BotFramework.Enums;
|
||||
using Kruzya.TelegramBot.Core.Data;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace West.Entertainment.Handler.Fun
|
||||
{
|
||||
@@ -29,6 +30,6 @@ namespace West.Entertainment.Handler.Fun
|
||||
=> await base.HandleAnimation();
|
||||
|
||||
|
||||
public Python(CoreContext db) : base(db) { }
|
||||
public Python(CoreContext db, ILogger<Python> logger) : base(db, logger) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user