diff --git a/functions/timer.py b/functions/timer.py index d301e09..e646f94 100644 --- a/functions/timer.py +++ b/functions/timer.py @@ -10,6 +10,7 @@ class Timer(commands.Cog): def __init__(self, bot: commands.Bot): self.bot = bot + logger = logging.getLogger("main") @commands.Cog.listener() async def on_message(self, message):