Skip to content

Commit

Permalink
fix: self 변수 누락 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Whitetiger0423 authored Dec 18, 2024
1 parent 70b6673 commit 3a7ea29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self, bot: commands.Bot):
self.bot = bot

@commands.Cog.listener()
async def on_message(message):
async def on_message(self, message):
if message.author.id == 218010938807287808:
onemin_tuple = (
":sparkles:",
Expand Down

0 comments on commit 3a7ea29

Please sign in to comment.