From 66e78f41dd2d398b728eec21fb3f3f241f4f5a03 Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Mon, 25 Feb 2019 13:09:18 +0300 Subject: [PATCH] verification: more! snark! --- cogs/verification.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cogs/verification.py b/cogs/verification.py index b6fede9..1870bc3 100644 --- a/cogs/verification.py +++ b/cogs/verification.py @@ -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",