mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 07:45:28 +00:00
logs: turns out exefs is okay as well
This commit is contained in:
parent
e4bfd7daf9
commit
0c89864a96
|
@ -19,7 +19,7 @@ class Logs:
|
||||||
# All lower case, no spaces, nothing non-alphanumeric
|
# All lower case, no spaces, nothing non-alphanumeric
|
||||||
self.susp_words = ["sx", "tx", "reinx", "tinfoil", "dz", "goldleaf",
|
self.susp_words = ["sx", "tx", "reinx", "tinfoil", "dz", "goldleaf",
|
||||||
"nsp", "xci", "nut", "doge", "cdnsp"]
|
"nsp", "xci", "nut", "doge", "cdnsp"]
|
||||||
self.ok_words = ["nspwn", "hblnsp"]
|
self.ok_words = ["nspwn", "hblnsp", "exefs"]
|
||||||
|
|
||||||
async def on_member_join(self, member):
|
async def on_member_join(self, member):
|
||||||
await self.bot.wait_until_ready()
|
await self.bot.wait_until_ready()
|
||||||
|
|
Loading…
Reference in a new issue