Fix channel id for testing

This commit is contained in:
Luke Robles 2023-05-05 16:06:26 -07:00
parent 5825e538b0
commit 9643ba71b8

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