diff options
| author | pikaninja <[email protected]> | 2021-05-23 02:08:15 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-23 05:08:15 -0400 |
| commit | 3cb093c7099d3302af6dae36d53f4e0efcf8c411 (patch) | |
| tree | e19d70bf3f332e2c20419a2f35a457c212dad5cc | |
| parent | Add Discord Certified Moderator user flag (diff) | |
| download | discord.py-3cb093c7099d3302af6dae36d53f4e0efcf8c411.tar.xz discord.py-3cb093c7099d3302af6dae36d53f4e0efcf8c411.zip | |
Add a note about overwriting in set_permissions
| -rw-r--r-- | discord/abc.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/discord/abc.py b/discord/abc.py index 57d3f4c2..f794cd99 100644 --- a/discord/abc.py +++ b/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 ---------- |