mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
[V3] DM usage fixes (#1919)
* DM usage fixes * ... * ... * ... * ok, formatting...
This commit is contained in:
@@ -360,6 +360,7 @@ class Core(CoreLogic):
|
||||
|
||||
@embedset.command(name="guild")
|
||||
@checks.guildowner_or_permissions(administrator=True)
|
||||
@commands.guild_only()
|
||||
async def embedset_guild(self, ctx: commands.Context, enabled: bool = None):
|
||||
"""
|
||||
Toggle the guild's embed setting.
|
||||
|
||||
Reference in New Issue
Block a user