verification: add pebkac snark
This commit is contained in:
parent
7629952d6f
commit
8d0e87ff40
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue