diff --git a/ccrole/ccrole.py b/ccrole/ccrole.py index d5d1596..bd41a67 100644 --- a/ccrole/ccrole.py +++ b/ccrole/ccrole.py @@ -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 ###########