oops v2
This commit is contained in:
parent
95d69d7979
commit
cccfe27310
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ class Verification(Cog):
|
||||||
elif rand_num == 44:
|
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"
|
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}")
|
||||||
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!")
|
await chan.send(f"{message.author.mention} :no_entry: Close, but not quite. Go back and re-read!")
|
||||||
|
|
||||||
@Cog.listener()
|
@Cog.listener()
|
||||||
|
|
Loading…
Add table
Reference in a new issue