diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 893003200..6ac822770 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -3199,6 +3199,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic): paged[0] = header + paged[0] await ctx.send_interactive(paged) + @commands.guild_only() @list_disabled.command(name="guild") async def list_disabled_guild(self, ctx: commands.Context): """List disabled commands in this server."""