mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Modlog] bugfix for case type enabled/disabled status (#1046)
This commit is contained in:
parent
f459a21bef
commit
ad0c75866f
@ -58,7 +58,7 @@ class ModLog:
|
|||||||
guild = ctx.guild
|
guild = ctx.guild
|
||||||
|
|
||||||
if action is None: # No args given
|
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)
|
await self.bot.send_cmd_help(ctx)
|
||||||
title = _("Current settings:")
|
title = _("Current settings:")
|
||||||
msg = ""
|
msg = ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user