mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
[V3 Core] unhide [p]embedset (#1523)
This commit is contained in:
@@ -133,7 +133,7 @@ class Core:
|
|||||||
|
|
||||||
return fmt.format(d=days, h=hours, m=minutes, s=seconds)
|
return fmt.format(d=days, h=hours, m=minutes, s=seconds)
|
||||||
|
|
||||||
@commands.group(hidden=True)
|
@commands.group()
|
||||||
async def embedset(self, ctx: RedContext):
|
async def embedset(self, ctx: RedContext):
|
||||||
"""
|
"""
|
||||||
Commands for toggling embeds on or off.
|
Commands for toggling embeds on or off.
|
||||||
|
|||||||
Reference in New Issue
Block a user