mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Fix permissions-based docstrings to be more consistent
This commit is contained in:
@ -214,8 +214,7 @@ class Template:
|
||||
|
||||
Sync the template to the guild's current state.
|
||||
|
||||
You must have the :attr:`~Permissions.manage_guild` permission in the
|
||||
source guild to do this.
|
||||
You must have :attr:`~Permissions.manage_guild` in the source guild to do this.
|
||||
|
||||
.. versionadded:: 1.7
|
||||
|
||||
@ -250,8 +249,7 @@ class Template:
|
||||
|
||||
Edit the template metadata.
|
||||
|
||||
You must have the :attr:`~Permissions.manage_guild` permission in the
|
||||
source guild to do this.
|
||||
You must have :attr:`~Permissions.manage_guild` in the source guild to do this.
|
||||
|
||||
.. versionadded:: 1.7
|
||||
|
||||
@ -294,8 +292,7 @@ class Template:
|
||||
|
||||
Delete the template.
|
||||
|
||||
You must have the :attr:`~Permissions.manage_guild` permission in the
|
||||
source guild to do this.
|
||||
You must have :attr:`~Permissions.manage_guild` in the source guild to do this.
|
||||
|
||||
.. versionadded:: 1.7
|
||||
|
||||
|
Reference in New Issue
Block a user