invitespy: don't hardcode, part 2
This commit is contained in:
parent
5a798d5bf4
commit
d49c9313d5
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue