From b69fd3b1cf0d6002c17d92c48618475c36b0bfec Mon Sep 17 00:00:00 2001 From: bobloy Date: Tue, 17 Apr 2018 21:28:45 -0400 Subject: [PATCH] missed () --- ccrole/ccrole.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))