dev-prodId #1
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user