mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-08 23:05:37 +00:00
invitespy: don't hardcode, part 2
This commit is contained in:
parent
5a798d5bf4
commit
d49c9313d5
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue