From 9739c7b87349373588e0fb4786093cf9ae0189e6 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 5 Nov 2024 12:39:20 -0500 Subject: feat: temp changed channel id, will get this solved soon. --- bigresult.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bigresult.py') diff --git a/bigresult.py b/bigresult.py index e97acd2..e9de421 100644 --- a/bigresult.py +++ b/bigresult.py @@ -43,6 +43,6 @@ class BotClient(commands.Bot): return async def send_msg(self, msg): - channel = self.get_channel(427176475406630914) + channel = self.get_channel(890681829915508806) await channel.send(msg) -- cgit v1.2.3