From 76c0ee243e26f2b8298b28abd656ec0c31ce88bf Mon Sep 17 00:00:00 2001 From: Flame442 <34169552+Flame442@users.noreply.github.com> Date: Tue, 11 Oct 2022 16:57:18 -0400 Subject: [PATCH] [Mod] Hide config migration commands (#5870) --- redbot/cogs/mod/mod.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redbot/cogs/mod/mod.py b/redbot/cogs/mod/mod.py index 481f411ba..144d2ceed 100644 --- a/redbot/cogs/mod/mod.py +++ b/redbot/cogs/mod/mod.py @@ -172,7 +172,7 @@ class Mod( guild_data["mention_spam"]["ban"] = current_state await self.config.version.set("1.3.0") - @commands.command() + @commands.command(hidden=True) @commands.is_owner() async def moveignoredchannels(self, ctx: commands.Context) -> None: """Move ignored channels and servers to core""" @@ -186,7 +186,7 @@ class Mod( await self.config.channel_from_id(channel_id).clear() await ctx.send(_("Ignored channels and guilds restored.")) - @commands.command() + @commands.command(hidden=True) @commands.is_owner() async def movedeletedelay(self, ctx: commands.Context) -> None: """