Browse Source
Add a note about overwriting in set_permissions
pull/6948/head
pikaninja
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
discord/abc.py
|
|
@ -704,6 +704,10 @@ class GuildChannel: |
|
|
|
|
|
|
|
You must have the :attr:`~discord.Permissions.manage_roles` permission to use this. |
|
|
|
|
|
|
|
.. note:: |
|
|
|
|
|
|
|
This method *replaces* the old overwrites with the ones given. |
|
|
|
|
|
|
|
Examples |
|
|
|
---------- |
|
|
|
|
|
|
|