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):