From f2438bee9408dabdcbba4ce368465db59759f2f6 Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Tue, 23 Apr 2019 19:12:44 +0300 Subject: [PATCH] Add edgy quote to verification --- cogs/verification.py | 2 ++ 1 file changed, 2 insertions(+) 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()