Docstring fix (#1724)

This commit is contained in:
Michael H 2018-05-27 21:30:58 -04:00 committed by Kowlin
parent 5c9b1c9a3d
commit 92ca7c935a

View File

@ -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
""" """