| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add roles to guild.estimate_pruned_members | z03h | 2021-03-24 | 1 | -2/+10 |
| | | |||||
| * | Disallow empty sequences in Guild.query_members user_id parameter | Rapptz | 2021-02-28 | 1 | -7/+10 |
| | | |||||
| * | Fix docstring for Guild.create_role | Arthaxeres | 2021-02-24 | 1 | -1/+1 |
| | | |||||
| * | Add remaining template endpoints | Nadir Chowdhury | 2021-02-23 | 1 | -0/+53 |
| | | |||||
| * | Deprecate non-bot methods | Nadir Chowdhury | 2021-02-23 | 1 | -0/+3 |
| | | |||||
| * | Fix typo in Guild.fetch_member docs | Sebastian Law | 2021-02-22 | 1 | -1/+1 |
| | | |||||
| * | Document BanEntry | Maya | 2021-02-21 | 1 | -13/+6 |
| | | |||||
| * | Add versionchanged to guild.create_role | Zomatree | 2021-01-26 | 1 | -0/+3 |
| | | |||||
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 1 | -1/+1 |
| | | |||||
| * | Support setting the preferred locale via Guild.edit | Rapptz | 2021-01-05 | 1 | -1/+4 |
| | | | | | Fix #6267 | ||||
| * | Implement presences for `Guild.query_members` | Nadir Chowdhury | 2020-12-31 | 1 | -3/+14 |
| | | |||||
| * | Allow `Guild.create_role` to accept an int as the `colour` parameter. | Alex Nørgaard | 2020-12-25 | 1 | -1/+3 |
| | | |||||
| * | Document more guild features | Rapptz | 2020-12-22 | 1 | -0/+2 |
| | | |||||
| * | Add support for editing and deleting webhook messages. | Rapptz | 2020-12-09 | 1 | -2/+2 |
| | | | | | Fix #6058 | ||||
| * | Update documentation for rules/updates channels | RocketRace | 2020-12-03 | 1 | -3/+3 |
| | | |||||
| * | [chore] Remove redundant imports | Nadir Chowdhury | 2020-11-28 | 1 | -2/+1 |
| | | | | This also removes the historical patch for NullHandler implemented in bbf1c54, as it has been available since Python 3.1. | ||||
| * | Fix `UnboundLocalError` for editing `public_updates_channel` | Nadir Chowdhury | 2020-11-28 | 1 | -3/+3 |
| | | |||||
| * | Implement role tags. | Rapptz | 2020-11-26 | 1 | -0/+24 |
| | | | | | | | | | | | | This comes with: * The RoleTags class * Role.is_premium_subscriber() * Role.is_bot_managed() * Role.is_integration() * Guild.self_role * Guild.premium_subscriber_role | ||||
| * | Fix error with templates not having access to member cache flags. | Rapptz | 2020-11-21 | 1 | -2/+2 |
| | | | | | | | This also changes the attribute from having an underscore Fix #5986 | ||||
| * | Raise ClientException when members intent is not enabled on guild.fetch_members | Lukas | 2020-11-21 | 1 | -1/+8 |
| | | |||||
| * | Fixed incorrectly named 'Intent' class in doc. | Nekokatt | 2020-09-26 | 1 | -1/+1 |
| | | | | `Intent.members` -> `Intents.members`. | ||||
| * | Mention potential Guild.member_count accuracy issues | Rapptz | 2020-09-23 | 1 | -1/+8 |
| | | |||||
| * | Allow finer grained control over the member cache. | Rapptz | 2020-09-23 | 1 | -2/+3 |
| | | |||||
| * | Raise if member intent is not enabled | Rapptz | 2020-09-23 | 1 | -0/+9 |
| | | |||||
| * | Don't cache members during guild start up if cache is disabled. | Rapptz | 2020-09-23 | 1 | -1/+4 |
| | | | | | | | | This is mainly a half-implemented commit. There are a few more places where cache consistency is necessary. In the future there will probably be a member cache policy enum that will be used and cache consistency will be tackled in part of that larger refactoring. | ||||
| * | Add Guild.chunk and deprecated Client.request_offline_members | Rapptz | 2020-09-23 | 1 | -5/+21 |
| | | |||||
| * | Rewrite chunking to work with intents. | Rapptz | 2020-09-23 | 1 | -11/+13 |
| | | | | | | | | | This slows down chunking significantly for bots in a large number of guilds since it goes down from 75 guilds/request to 1 guild/request. However the logic was rewritten to fire the chunking request immediately after receiving the GUILD_CREATE rather than waiting for all the guilds in the ready stream before doing it. | ||||
| * | Implement VoiceProtocol lower level hooks. | Rapptz | 2020-09-23 | 1 | -1/+1 |
| | | | | | | This allows changing the connect flow and taking control of it without relying on internal events or tricks. | ||||
| * | Add COMMUNITY to Guild.features | Alex Nørgaard | 2020-09-04 | 1 | -0/+1 |
| | | |||||
| * | Fix bug with Guild.by_category not showing some channels | Rapptz | 2020-08-22 | 1 | -6/+6 |
| | | | | | | | If categories come after a child channel in the dictionary mapping for whatever reason, then the previous code would remove it from the mapping and set it to []. This commit aims to fix this. | ||||
| * | Specify where to get max_members in documentation | Jaime Garcia Jr | 2020-07-31 | 1 | -1/+5 |
| | | |||||
| * | Added exception documentation for Guild.create_voice_channel | Skezza | 2020-07-22 | 1 | -0/+18 |
| | | |||||
| * | Add double backticks for some parameter mentions in the documentation. | Skezza | 2020-07-22 | 1 | -1/+1 |
| | | |||||
| * | Add Guild.change_voice_state to control our voice state. | jack1142 | 2020-07-22 | 1 | -0/+20 |
| | | |||||
| * | Documentation formatting | Skezza | 2020-06-30 | 1 | -2/+2 |
| | | |||||
| * | Fix typo with voice_client documentation | Skezza | 2020-06-30 | 1 | -1/+1 |
| | | |||||
| * | [bugs] stop resolving Object for template/invite; remove dupe methods | NCPlayz | 2020-06-29 | 1 | -54/+11 |
| | | |||||
| * | Add support for bulk editing role positions | Nadir Chowdhury | 2020-06-28 | 1 | -0/+66 |
| | | |||||
| * | Add support for integrations | Nadir Chowdhury | 2020-06-28 | 1 | -0/+96 |
| | | |||||
| * | Fix various inconsistencies within the documentation (#5067) | Sebastian Law | 2020-06-28 | 1 | -7/+17 |
| | | |||||
| * | Fix a KeyError for channels with no category in Guild.by_category | Rapptz | 2020-06-27 | 1 | -1/+4 |
| | | |||||
| * | Fix Guild.by_category not showing empty categories. | Rapptz | 2020-06-27 | 1 | -2/+3 |
| | | |||||
| * | Fix error raised when using the roles parameter. | Tarek | 2020-06-26 | 1 | -1/+1 |
| | | |||||
| * | Add user_ids fields for query_members | Tarek | 2020-05-29 | 1 | -2/+13 |
| | | |||||
| * | Fix documentation string for guild.premium_subscription_count | numbermaniac | 2020-05-29 | 1 | -1/+1 |
| | | |||||
| * | Consistent usage of RST inline code within Guild.features references | Rapptz | 2020-05-23 | 1 | -9/+9 |
| | | |||||
| * | Implement some missing attributes of `Guild` (and `Guild.edit`) | NCPlayz | 2020-05-23 | 1 | -6/+57 |
| | | |||||
| * | use `_channel_factory` instead of manual checking in `Guild._sync` | NCPlayz | 2020-05-23 | 1 | -9/+3 |
| | | |||||
| * | fix HTTPException explanation in Guild.fetch_member docs | iomintz | 2020-05-06 | 1 | -1/+1 |
| | | |||||
| * | fix NotificationLevel being suppressed | Xua | 2020-05-03 | 1 | -6/+4 |
| | | |||||