Add edgy quote to verification

This commit is contained in:
Ave Ozkal 2019-04-23 19:12:44 +03:00
parent 2be497be9b
commit f2438bee94
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -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()