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 3a7ea29 commit 13a240e
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 @@ -21,7 +21,7 @@ async def on_message(self, message):
":cloud:",
)
tenmin_tuple = ":boom:"
channel = bot.get_guild(message.reference.guild_id).get_channel(
channel = self.bot.get_guild(message.reference.guild_id).get_channel(
message.reference.channel_id
)
usercommand = await channel.fetch_message(message.reference.message_id)
Expand Down

0 comments on commit 13a240e

Please sign in to comment.