diff options
author | Josh <eeei3.joshua0307lol@gmail.com> | 2024-11-05 12:39:20 -0500 |
---|---|---|
committer | Josh <eeei3.joshua0307lol@gmail.com> | 2024-11-05 12:39:20 -0500 |
commit | 9739c7b87349373588e0fb4786093cf9ae0189e6 (patch) | |
tree | 910ae28e9baf39993f0a7788ea3ed00d425197fb | |
parent | 4bc4bb1508da4d07b5f0cf434c4bab0c028ed3b6 (diff) |
feat: temp changed channel id, will get this solved soon.
-rw-r--r-- | bigresult.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |