From 8495824843076acd9fc9cd0e407b144a04d086d5 Mon Sep 17 00:00:00 2001 From: palmtree5 <3577255+palmtree5@users.noreply.github.com> Date: Sun, 15 Apr 2018 23:59:34 -0800 Subject: [PATCH] [V3 Core] unhide [p]embedset (#1523) --- redbot/core/core_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 4c869724e..7bcc41d94 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -133,7 +133,7 @@ class Core: return fmt.format(d=days, h=hours, m=minutes, s=seconds) - @commands.group(hidden=True) + @commands.group() async def embedset(self, ctx: RedContext): """ Commands for toggling embeds on or off.