verification: more! snark!
This commit is contained in:
parent
84bb388906
commit
66e78f41dd
1 changed files with 2 additions and 1 deletions
|
@ -171,7 +171,8 @@ class Verification:
|
|||
mcl = message.content.lower()
|
||||
|
||||
# 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):
|
||||
snark = random.choice(["bad human",
|
||||
"no u",
|
||||
|
|
Loading…
Reference in a new issue