mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -05:00
Move private things in modlog and redbot.core.errors (#6020)
This commit is contained in:
@@ -2757,7 +2757,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
@modlogset.command(hidden=True, name="fixcasetypes")
|
||||
async def modlogset_fixcasetypes(self, ctx: commands.Context):
|
||||
"""Command to fix misbehaving casetypes."""
|
||||
await modlog.handle_auditype_key()
|
||||
await modlog._handle_audit_type_key()
|
||||
await ctx.tick()
|
||||
|
||||
@modlogset.command(aliases=["channel"], name="modlog")
|
||||
|
||||
Reference in New Issue
Block a user