From b7ad892b7fb69cac6b85c2be324d93bac33573fa Mon Sep 17 00:00:00 2001 From: bobloy Date: Tue, 18 Aug 2020 10:54:42 -0400 Subject: [PATCH] await eligibility --- ccrole/ccrole.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ###########