Skip to content

Commit

Permalink
fix: 이동 과정에서 누락한 logger 변수 추가
Browse files Browse the repository at this point in the history
이시림왜자꾸변수를빼먹나요
  • Loading branch information
Whitetiger0423 authored Dec 18, 2024
1 parent 13a240e commit 0554f00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 0554f00

Please sign in to comment.