Skip to content

Commit

Permalink
fix: 변수 정의구간 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Whitetiger0423 authored Dec 18, 2024
1 parent 0554f00 commit 7bcd919
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 7bcd919

Please sign in to comment.