fixed missing var

This commit is contained in:
TanguyPcFixe 2026-07-28 23:29:35 +02:00
parent c8bb112fc2
commit 21563f1aef

View File

@ -14,7 +14,7 @@ class IdaCogs(commands.Cog):
self.stationName = helpers.getStationName() self.stationName = helpers.getStationName()
self.stationUrl = helpers.getStationUrl() self.stationUrl = helpers.getStationUrl()
self.whatsLeftToHaulChannelId = 668892839798898698 self.whatsLeftToHaulChannelId = 668892839798898698
self.carrierStatsChannel = 00 self.carrierStatsChannel = 1531775556801269930
self.debugChannel = 583345534178426911 self.debugChannel = 583345534178426911
@ -370,7 +370,7 @@ class IdaCogs(commands.Cog):
carrierState = await helpers.parseCarrierState(response) 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", embed = discord.Embed(title="Carriers State",
colour=discord.Colour(0x29ac08), colour=discord.Colour(0x29ac08),