diff --git a/cogs/logs.py b/cogs/logs.py index 3557df0..b1f2a6c 100644 --- a/cogs/logs.py +++ b/cogs/logs.py @@ -82,7 +82,7 @@ class Logs: alert = True if alert: - spy_channel = self.bot.get_channel(548304839294189579) + spy_channel = self.bot.get_channel(config.spylog_channel) await spy_channel.send(msg) async def on_message(self, message):