From 7bcd919605e25e39b27135c58bb7ed8cae5bc9d3 Mon Sep 17 00:00:00 2001 From: Seol Date: Wed, 18 Dec 2024 12:16:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B3=80=EC=88=98=20=EC=A0=95=EC=9D=98?= =?UTF-8?q?=EA=B5=AC=EA=B0=84=20=EC=9C=84=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/timer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/timer.py b/functions/timer.py index e646f94..b7ab2be 100644 --- a/functions/timer.py +++ b/functions/timer.py @@ -7,10 +7,11 @@ from asyncio import sleep import pickle +logger = logging.getLogger("main") + 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):