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),