verification: ave can't to await
This commit is contained in:
parent
59ea02d2cf
commit
7629952d6f
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class Verification:
|
||||||
|
|
||||||
if message.content.lower() in ["bad bot", "broken bot"]:
|
if message.content.lower() in ["bad bot", "broken bot"]:
|
||||||
snark = random.choice(["bad human", "no u"])
|
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
|
# Get the role we will give in case of success
|
||||||
success_role = guild.get_role(config.participant_role)
|
success_role = guild.get_role(config.participant_role)
|
||||||
|
|
Loading…
Reference in a new issue