Fix channel id for testing

This commit is contained in:
Luke Robles 2023-05-05 16:06:26 -07:00
parent 90e1f49c67
commit e4faa7ca14

View File

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