diff --git a/app/cogs/star_citizen.py b/app/cogs/star_citizen.py index f7a64041..19aa1857 100644 --- a/app/cogs/star_citizen.py +++ b/app/cogs/star_citizen.py @@ -83,7 +83,7 @@ class StarCitizen(commands.Cog): inline=False, ) - channel = await self.bot.get_channel(932476007439552522).send(embed=embed) + channel = await self.bot.get_channel(1097567909640929340).send(embed=embed) self.notified = 1 else: self.notified = 0