aboutsummaryrefslogtreecommitdiff
path: root/discord/guild.py
Commit message (Expand)AuthorAgeFilesLines
...
* Allow `Guild.create_role` to accept an int as the `colour` parameter.Alex Nørgaard2020-12-251-1/+3
* Document more guild featuresRapptz2020-12-221-0/+2
* Add support for editing and deleting webhook messages.Rapptz2020-12-091-2/+2
* Update documentation for rules/updates channelsRocketRace2020-12-031-3/+3
* [chore] Remove redundant importsNadir Chowdhury2020-11-281-2/+1
* Fix `UnboundLocalError` for editing `public_updates_channel`Nadir Chowdhury2020-11-281-3/+3
* Implement role tags.Rapptz2020-11-261-0/+24
* Fix error with templates not having access to member cache flags.Rapptz2020-11-211-2/+2
* Raise ClientException when members intent is not enabled on guild.fetch_membersLukas2020-11-211-1/+8
* Fixed incorrectly named 'Intent' class in doc.Nekokatt2020-09-261-1/+1
* Mention potential Guild.member_count accuracy issuesRapptz2020-09-231-1/+8
* Allow finer grained control over the member cache.Rapptz2020-09-231-2/+3
* Raise if member intent is not enabledRapptz2020-09-231-0/+9
* Don't cache members during guild start up if cache is disabled.Rapptz2020-09-231-1/+4
* Add Guild.chunk and deprecated Client.request_offline_membersRapptz2020-09-231-5/+21
* Rewrite chunking to work with intents.Rapptz2020-09-231-11/+13
* Implement VoiceProtocol lower level hooks.Rapptz2020-09-231-1/+1
* Add COMMUNITY to Guild.featuresAlex Nørgaard2020-09-041-0/+1
* Fix bug with Guild.by_category not showing some channelsRapptz2020-08-221-6/+6
* Specify where to get max_members in documentationJaime Garcia Jr2020-07-311-1/+5
* Added exception documentation for Guild.create_voice_channelSkezza2020-07-221-0/+18
* Add double backticks for some parameter mentions in the documentation.Skezza2020-07-221-1/+1
* Add Guild.change_voice_state to control our voice state.jack11422020-07-221-0/+20
* Documentation formattingSkezza2020-06-301-2/+2
* Fix typo with voice_client documentationSkezza2020-06-301-1/+1
* [bugs] stop resolving Object for template/invite; remove dupe methodsNCPlayz2020-06-291-54/+11
* Add support for bulk editing role positionsNadir Chowdhury2020-06-281-0/+66
* Add support for integrationsNadir Chowdhury2020-06-281-0/+96
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-281-7/+17
* Fix a KeyError for channels with no category in Guild.by_categoryRapptz2020-06-271-1/+4
* Fix Guild.by_category not showing empty categories.Rapptz2020-06-271-2/+3
* Fix error raised when using the roles parameter.Tarek2020-06-261-1/+1
* Add user_ids fields for query_membersTarek2020-05-291-2/+13
* Fix documentation string for guild.premium_subscription_countnumbermaniac2020-05-291-1/+1
* Consistent usage of RST inline code within Guild.features referencesRapptz2020-05-231-9/+9
* Implement some missing attributes of `Guild` (and `Guild.edit`)NCPlayz2020-05-231-6/+57
* use `_channel_factory` instead of manual checking in `Guild._sync`NCPlayz2020-05-231-9/+3
* fix HTTPException explanation in Guild.fetch_member docsiomintz2020-05-061-1/+1
* fix NotificationLevel being suppressedXua2020-05-031-6/+4
* Add roles parameter for pruning members.unknown2020-05-031-2/+13
* Fix cases where member_count is equal to 0Rapptz2020-04-161-1/+1
* Guild.owner may be None for very large guilds.Arthur2020-04-141-1/+1
* Update documentation on guild features to reflect Discord changesJake Ward2020-04-061-2/+3
* Add position argument to Guild.create_categoryIlya Lukyanov2020-04-041-2/+2
* Add "FEATURABLE" in guild features.PredaaA2020-04-041-0/+1
* Guard against the member data not being available in VOICE_STATE_UPDATERapptz2020-02-011-1/+4
* Use member data from VOICE_STATE_UPDATE if not found in cacheRapptz2020-02-011-0/+3
* Fixes and improvements for v1.3 documentationHarmon2020-01-221-0/+2
* Drop superfluous zero in version related changes in the documentationRapptz2020-01-211-6/+6
* Bump copyright year to 2020Rapptz2020-01-191-1/+1