Add edgy quote to verification
This commit is contained in:
parent
2be497be9b
commit
f2438bee94
1 changed files with 2 additions and 0 deletions
|
@ -225,6 +225,8 @@ class Verification(Cog):
|
||||||
no_text = "you're doing it wrong"
|
no_text = "you're doing it wrong"
|
||||||
elif rand_num == 43:
|
elif rand_num == 43:
|
||||||
no_text = "ugh, wrong, read the rules."
|
no_text = "ugh, wrong, read the rules."
|
||||||
|
elif rand_num == 44:
|
||||||
|
no_text = "\"The definition of insanity is doing the same thing over and over again, but expecting different results.\"\n-Albert Einstein"
|
||||||
await chan.send(f"{message.author.mention} {no_text}")
|
await chan.send(f"{message.author.mention} {no_text}")
|
||||||
|
|
||||||
@Cog.listener()
|
@Cog.listener()
|
||||||
|
|
Loading…
Reference in a new issue