From ad0c75866fc8fcd415cb808fee881824cce3d130 Mon Sep 17 00:00:00 2001 From: palmtree5 <3577255+palmtree5@users.noreply.github.com> Date: Fri, 27 Oct 2017 16:58:05 -0800 Subject: [PATCH] [Modlog] bugfix for case type enabled/disabled status (#1046) --- redbot/cogs/modlog/modlog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/modlog/modlog.py b/redbot/cogs/modlog/modlog.py index d59e51da4..d1690a05d 100644 --- a/redbot/cogs/modlog/modlog.py +++ b/redbot/cogs/modlog/modlog.py @@ -58,7 +58,7 @@ class ModLog: guild = ctx.guild if action is None: # No args given - casetypes = await modlog.get_all_casetypes() + casetypes = await modlog.get_all_casetypes(guild) await self.bot.send_cmd_help(ctx) title = _("Current settings:") msg = ""