diff options
| author | Rapptz <[email protected]> | 2020-11-26 01:55:25 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-11-26 01:57:24 -0500 |
| commit | e65dab3b233a78761eef4713aba58eafca7acb18 (patch) | |
| tree | 2d61c50d87b967839256865eaf8dfd1cae83450f /docs | |
| parent | [commands] Allow setting description of cogs (diff) | |
| download | discord.py-e65dab3b233a78761eef4713aba58eafca7acb18.tar.xz discord.py-e65dab3b233a78761eef4713aba58eafca7acb18.zip | |
Implement role tags.
This comes with:
* The RoleTags class
* Role.is_premium_subscriber()
* Role.is_bot_managed()
* Role.is_integration()
* Guild.self_role
* Guild.premium_subscriber_role
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 60923557..f1a7b0ca 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -2733,6 +2733,12 @@ Role .. autoclass:: Role() :members: +RoleTags +~~~~~~~~~~ + +.. autoclass:: RoleTags() + :members: + TextChannel ~~~~~~~~~~~~ |