verification: ave can't to await

This commit is contained in:
Ave Ozkal 2019-02-25 12:17:35 +03:00
parent 59ea02d2cf
commit 7629952d6f
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -172,7 +172,7 @@ class Verification:
if message.content.lower() in ["bad bot", "broken bot"]:
snark = random.choice(["bad human", "no u"])
return chan.send(snark)
return await chan.send(snark)
# Get the role we will give in case of success
success_role = guild.get_role(config.participant_role)