This commit is contained in:
Twentysix
2016-02-29 13:53:09 +01:00
parent e0aa5eb08a
commit 22514af4d9
6 changed files with 8 additions and 7 deletions

View File

@@ -88,6 +88,7 @@ class CustomCommands:
@commands.command(pass_context=True, no_pm=True)
async def customcommands(self, ctx):
"""Shows custom commands list"""
server = ctx.message.server
if server.id in self.c_commands:
cmdlist = self.c_commands[server.id]