From cccfe27310d7a5b5c54054060d1f54038f8822a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B5=90=E5=9F=8E=E3=82=A4=E3=83=B4?= Date: Wed, 24 Apr 2019 01:03:03 -0400 Subject: [PATCH] oops v2 --- cogs/verification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/verification.py b/cogs/verification.py index 82bf0c0..06750a7 100644 --- a/cogs/verification.py +++ b/cogs/verification.py @@ -223,7 +223,7 @@ class Verification(Cog): 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}") - elif wrong_hash_algo == true: + elif self.wrong_hash_algo == true: await chan.send(f"{message.author.mention} :no_entry: Close, but not quite. Go back and re-read!") @Cog.listener()