mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 09:22:31 -05:00
Docstring fix (#1724)
This commit is contained in:
@@ -323,7 +323,7 @@ class Permissions:
|
|||||||
@permissions.command(name="updateglobalacl")
|
@permissions.command(name="updateglobalacl")
|
||||||
async def owner_update_acl(self, ctx: commands.Context):
|
async def owner_update_acl(self, ctx: commands.Context):
|
||||||
"""
|
"""
|
||||||
Take a YAML file upload to set permissions from
|
Take a YAML file upload to update permissions from
|
||||||
|
|
||||||
Use this to not lose existing rules
|
Use this to not lose existing rules
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user