await eligibility
This commit is contained in:
parent
438a1be410
commit
b7ad892b7f
@ -258,7 +258,7 @@ class CCRole(commands.Cog):
|
||||
for the message filtering
|
||||
"""
|
||||
# This covers message.author.bot check
|
||||
if not self.bot.message_eligible_as_command(message):
|
||||
if not await self.bot.message_eligible_as_command(message):
|
||||
return
|
||||
|
||||
###########
|
||||
|
Loading…
x
Reference in New Issue
Block a user