Browse Source

Fix wrong documented permission for GuildChannel.invites()

I tested it just now, and manage_guild is not the permission you need to
fetch invites from a given channel. You need manage_channels.

Note that this isn't the same as Guild.invites(), which DOES use
manage_guild.
pull/6132/head
Misa 4 years ago
committed by GitHub
parent
commit
fff2234823
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/abc.py

2
discord/abc.py

@ -755,7 +755,7 @@ class GuildChannel:
Returns a list of all active instant invites from this channel.
You must have :attr:`~Permissions.manage_guild` to get this information.
You must have :attr:`~Permissions.manage_channels` to get this information.
Raises
-------

Loading…
Cancel
Save