aboutsummaryrefslogtreecommitdiff
path: root/discord/guild.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* updated the docs for Guild.vanity_inviteZomatree2020-01-141-2/+1
* Allow Guild.fetch_members to take in limit=NoneRapptz2020-01-121-4/+4
* Implement discord.MessageFlagsNCPlayz2019-12-201-114/+1
* Add `Guild.discovery_splash_url/_as`, `Guild.rules_channel`NCPlayz2019-12-191-1/+52
* Removed MEMBER_LIST_DISABLED, added PUBLIC_DISABLEDLeaf ▲2019-12-171-1/+1
* Trailing whitespace in documentation.Rapptz2019-11-201-1/+1
* Prevent premium_subscription_count being NoneXua2019-10-171-1/+1
* Make Guild.default_role use get_role.Io Mintz2019-10-171-3/+3
* Add MEMBER_LIST_DISABLED to docs for Guild.featuresCapn2019-10-171-0/+1
* The LURKABLE feature has been renamed to PUBLICEvan2019-09-211-1/+1
* [docs] You can upload gifs using guild.edit()Dimbreath2019-09-101-1/+2
* Document that the cache retrieval functions require an int ID.Rapptz2019-07-231-3/+36
* Add Guild.query_members to fetch members from the gateway.Rapptz2019-07-151-0/+40
* Use Guild.owner_id in Guild.edit when checking if the bot owns a guild.Rapptz2019-07-101-1/+1
* Add unused Guild.preferred_localeRapptz2019-06-291-1/+6
* Implement `Guild.fetch_roles`NCPlayz2019-06-291-0/+24
* Implement `Guild.fetch_members`NCPlayz2019-06-291-1/+48
* Rename error type for `X.fetch_channel(s)`.NCPlayz2019-06-121-1/+1
* Fix reference typo in SystemChannelFlagsRapptz2019-06-091-1/+1