mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
[UX] Add "server" alias for commands that have "guild" in name (#3947)
This commit is contained in:
@@ -489,7 +489,7 @@ class Core(commands.Cog, CoreLogic):
|
||||
_("Embeds are now {} by default.").format(_("disabled") if current else _("enabled"))
|
||||
)
|
||||
|
||||
@embedset.command(name="guild")
|
||||
@embedset.command(name="server", aliases=["guild"])
|
||||
@checks.guildowner_or_permissions(administrator=True)
|
||||
@commands.guild_only()
|
||||
async def embedset_guild(self, ctx: commands.Context, enabled: bool = None):
|
||||
|
||||
Reference in New Issue
Block a user