From 13a240ec699b0d8abe0d11322f51c16a3a937e43 Mon Sep 17 00:00:00 2001 From: Seol Date: Wed, 18 Dec 2024 12:10:41 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20self=20=EB=B3=80=EC=88=98=20=EB=88=84?= =?UTF-8?q?=EB=9D=BD=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/timer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/timer.py b/functions/timer.py index 0380ad9..d301e09 100644 --- a/functions/timer.py +++ b/functions/timer.py @@ -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)