Fixes various documentation errors/inconsistencies
Mostly dealing with permissions, also fixes Raw Events inclusion.
This commit is contained in:
@ -912,7 +912,7 @@ class Client:
|
||||
def get_invite(self, url):
|
||||
"""|coro|
|
||||
|
||||
Gets a :class:`Invite` from a discord.gg URL or ID.
|
||||
Gets an :class:`Invite` from a discord.gg URL or ID.
|
||||
|
||||
Note
|
||||
------
|
||||
@ -948,6 +948,9 @@ class Client:
|
||||
|
||||
Revokes an :class:`Invite`, URL, or ID to an invite.
|
||||
|
||||
You must have the :attr:`~Permissions.manage_channels` permission in
|
||||
the associated guild to do this.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
invite
|
||||
|
Reference in New Issue
Block a user