diff --git a/ccrole/ccrole.py b/ccrole/ccrole.py index 49809ba..b07897b 100644 --- a/ccrole/ccrole.py +++ b/ccrole/ccrole.py @@ -247,6 +247,9 @@ class CCRole(commands.Cog): return ctx = await self.bot.get_context(message) + + if ctx.prefix is None: + return ########### # Thank you Cog-Creators