diff --git a/cogs/verification.py b/cogs/verification.py index 19ed67c..1024c90 100644 --- a/cogs/verification.py +++ b/cogs/verification.py @@ -225,6 +225,8 @@ class Verification(Cog): no_text = "you're doing it wrong" elif rand_num == 43: 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}") @Cog.listener()