Move private things in modlog and redbot.core.errors (#6020)

This commit is contained in:
Jakub Kuczys
2025-01-27 00:49:03 +01:00
committed by GitHub
parent dcdef9d798
commit 8b1daf1ad0
6 changed files with 12 additions and 12 deletions

View File

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