diff --git a/cogs/sacrifice/sacrifice.py b/cogs/sacrifice/sacrifice.py index 2214aa1..3ed9a1c 100644 --- a/cogs/sacrifice/sacrifice.py +++ b/cogs/sacrifice/sacrifice.py @@ -37,7 +37,7 @@ class SacrificeCog(commands.Cog): print(tracked.keys()) if str(payload.message_id) in tracked.keys(): # fetch channel - channel = await self.bot.fetch_channel(531832488901738508) # channel + channel = await self.bot.fetch_channel(620879085739966464) # channel if not channel: print("not channel") tracked.remove(payload.message_id)