Add a note about overwriting in set_permissions

This commit is contained in:
pikaninja
2021-05-23 02:08:15 -07:00
committed by GitHub
parent 65439732b3
commit 3cb093c709

View File

@ -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
----------