aboutsummaryrefslogtreecommitdiff
path: root/discord/guild.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Fixes #4008, #4005
* 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
| | | | This way we can specify category position upon creation
* 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
| | | | | | | | | * Add missing versionadded strings for v1.3 * Add missing versionchanged string for Message.edit * Consistently use versionadded for attributes * Consistently use versionchanged for parameters * Use versionchanged for Bot.is_owner * Fix references in v1.3 changelog * Improve grammar in v1.3 changelog
* Drop superfluous zero in version related changes in the documentationRapptz2020-01-211-6/+6
|
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
| | | | Closes #2510
* updated the docs for Guild.vanity_inviteZomatree2020-01-141-2/+1
|
* Allow Guild.fetch_members to take in limit=NoneRapptz2020-01-121-4/+4
| | | | Fixes #2473
* Implement discord.MessageFlagsNCPlayz2019-12-201-114/+1
| | | | Refactor flags placement and use it for suppression.
* 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
| | | | Prevents some stale caching by using the new O(1) Guild.get_role.
* 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
| | | | Only if it has ANIMATED_ICON feature.
* Document that the cache retrieval functions require an int ID.Rapptz2019-07-231-3/+36
| | | | Closes #2285
* 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
| | | | Also implements `MemberIterator`.
* Rename error type for `X.fetch_channel(s)`.NCPlayz2019-06-121-1/+1
|
* Fix reference typo in SystemChannelFlagsRapptz2019-06-091-1/+1
|
* Implement `Guild.get_all_premium_subscribers`NCPlayz2019-06-081-0/+5
|
* Document new Guild.featuresRapptz2019-06-071-3/+10
|
* Improve documentationNCPlayz2019-06-071-13/+13
|
* Implementing GET '/channels/:id' & '/guilds/:id/channels'NCPlayz2019-06-071-0/+36
| | | | Signed-off-by: NCPlayz <[email protected]>