From 21563f1aeff3ff59e405f4df33f062c75e51bd1b Mon Sep 17 00:00:00 2001 From: TanguyPcFixe Date: Tue, 28 Jul 2026 23:29:35 +0200 Subject: [PATCH] fixed missing var --- cogs/IdaCogs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/IdaCogs.py b/cogs/IdaCogs.py index f7783d8..019b1b9 100644 --- a/cogs/IdaCogs.py +++ b/cogs/IdaCogs.py @@ -14,7 +14,7 @@ class IdaCogs(commands.Cog): self.stationName = helpers.getStationName() self.stationUrl = helpers.getStationUrl() self.whatsLeftToHaulChannelId = 668892839798898698 - self.carrierStatsChannel = 00 + self.carrierStatsChannel = 1531775556801269930 self.debugChannel = 583345534178426911 @@ -370,7 +370,7 @@ class IdaCogs(commands.Cog): carrierState = await helpers.parseCarrierState(response) - channel = self.bot.get_channel(self.carrierStateChannelId) + channel = self.bot.get_channel(self.carrierStatsChannel) embed = discord.Embed(title="Carriers State", colour=discord.Colour(0x29ac08),