dev-prodId #1

Merged
Taledo merged 22 commits from dev-prodId into main 2026-07-29 08:12:57 +00:00
Showing only changes of commit 21563f1aef - Show all commits

View File

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