From d49c9313d569da547cdfa0c61d85307fb1636c02 Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Tue, 26 Feb 2019 16:11:52 +0300 Subject: [PATCH] invitespy: don't hardcode, part 2 --- cogs/logs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):