mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-11 02:45:42 +00:00
verification: more! snark!
This commit is contained in:
parent
84bb388906
commit
66e78f41dd
|
@ -171,7 +171,8 @@ class Verification:
|
||||||
mcl = message.content.lower()
|
mcl = message.content.lower()
|
||||||
|
|
||||||
# Reply to users that insult the bot
|
# Reply to users that insult the bot
|
||||||
oof = ["bad", "broken", "buggy", "bugged", "stupid"]
|
oof = ["bad", "broken", "buggy", "bugged",
|
||||||
|
"stupid", "dumb", "silly", "fuck", "heck", "h*ck"]
|
||||||
if "bot" in mcl and any(insult in mcl for insult in oof):
|
if "bot" in mcl and any(insult in mcl for insult in oof):
|
||||||
snark = random.choice(["bad human",
|
snark = random.choice(["bad human",
|
||||||
"no u",
|
"no u",
|
||||||
|
|
Loading…
Reference in a new issue