verification: add pebkac snark

This commit is contained in:
Ave Ozkal 2019-02-25 12:19:12 +03:00
parent 7629952d6f
commit 8d0e87ff40
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -171,7 +171,7 @@ class Verification:
mcl = message.content.lower() mcl = message.content.lower()
if message.content.lower() in ["bad bot", "broken bot"]: if message.content.lower() in ["bad bot", "broken bot"]:
snark = random.choice(["bad human", "no u"]) snark = random.choice(["bad human", "no u", "pebkac"])
return await chan.send(snark) return await chan.send(snark)
# Get the role we will give in case of success # Get the role we will give in case of success