[Modlog] bugfix for case type enabled/disabled status (#1046)

This commit is contained in:
palmtree5 2017-10-27 16:58:05 -08:00 committed by GitHub
parent f459a21bef
commit ad0c75866f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ""