diff --git a/ccrole/ccrole.py b/ccrole/ccrole.py index 4015e15..38cff39 100644 --- a/ccrole/ccrole.py +++ b/ccrole/ccrole.py @@ -151,7 +151,7 @@ class CCRole: async def ccrole_list(self, ctx): """Shows custom commands list""" guild = ctx.guild - commands = await self.config.guild(ctx.guild).cmdlist + commands = await self.config.guild(ctx.guild).cmdlist() if not commands: await ctx.send("There are no custom commands in this server. Use `{}ccrole add` to start adding some.".format(ctx.prefix))