await eligibility

pull/122/head
bobloy 4 years ago
parent 438a1be410
commit b7ad892b7f

@ -258,7 +258,7 @@ class CCRole(commands.Cog):
for the message filtering for the message filtering
""" """
# This covers message.author.bot check # 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 return
########### ###########

Loading…
Cancel
Save