mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Docstring fix (#1724)
This commit is contained in:
parent
5c9b1c9a3d
commit
92ca7c935a
@ -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
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user