invitespy: don't hardcode, part 2

This commit is contained in:
Ave Ozkal 2019-02-26 16:11:52 +03:00
parent 5a798d5bf4
commit d49c9313d5
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -82,7 +82,7 @@ class Logs:
alert = True alert = True
if alert: if alert:
spy_channel = self.bot.get_channel(548304839294189579) spy_channel = self.bot.get_channel(config.spylog_channel)
await spy_channel.send(msg) await spy_channel.send(msg)
async def on_message(self, message): async def on_message(self, message):