diff options
-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) |