mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-25 00:11:02 +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
|
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…
Reference in a new issue