mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 10:53:10 +00:00
Fix permissions-based docstrings to be more consistent
This commit is contained in:
@ -618,7 +618,7 @@ Guilds
|
||||
.. function:: on_invite_create(invite)
|
||||
|
||||
Called when an :class:`Invite` is created.
|
||||
You must have the :attr:`~Permissions.manage_channels` permission to receive this.
|
||||
You must have :attr:`~Permissions.manage_channels` to receive this.
|
||||
|
||||
.. versionadded:: 1.3
|
||||
|
||||
@ -635,7 +635,7 @@ Guilds
|
||||
.. function:: on_invite_delete(invite)
|
||||
|
||||
Called when an :class:`Invite` is deleted.
|
||||
You must have the :attr:`~Permissions.manage_channels` permission to receive this.
|
||||
You must have :attr:`~Permissions.manage_channels` to receive this.
|
||||
|
||||
.. versionadded:: 1.3
|
||||
|
||||
|
Reference in New Issue
Block a user