logs: turns out exefs is okay as well

This commit is contained in:
Ave Ozkal 2019-02-27 11:21:29 +03:00
parent e4bfd7daf9
commit 0c89864a96
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -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()