aboutsummaryrefslogtreecommitdiff
path: root/discord/guild.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add support for system channel flagsRapptz2019-06-061-1/+130
* Fix stray colon in Asset related docstringsRapptz2019-06-041-2/+2
* Add support for animated guild icons.Rapptz2019-06-041-6/+16
* Add Guild.premium_subscription_countRapptz2019-06-041-2/+6
* Add Guild.premium_tier and corresponding limits.Rapptz2019-06-041-1/+30
* Make __repr__ slightly more detailed and add a few missing ones.Rapptz2019-05-261-1/+6
* Fix pluralization errors in various filesEhren Julien-Neitzert2019-05-231-1/+1
* Correct the documentation for methods and properties that return AssetsVexs2019-05-141-6/+6
* Fixed TextChannel edit method missing slowmode unitDevilXD2019-04-291-2/+2
* Add currently undocumented premium_tier field.Rapptz2019-04-201-1/+2
* Add compute_prune_count to Guild.prune_membersRapptz2019-04-141-5/+11
* Add notes warning that fetch_ methods are api callsVexs2019-04-101-0/+13
* Fix documentation so Sphinx can build semi-cleanly.Rapptz2019-04-081-3/+3
* simplify AuditLogIterator orderingkhazhyk2019-04-071-7/+5
* Add fetch custom emoji, all custom emojis; Add user property to EmojiNCPlayz2019-04-061-0/+44
* Redesign asset retrieval in the library.NCPlayz2019-04-061-36/+10
* guild.py: change wording for create_role errornumbermaniac2019-03-241-1/+1
* Add Guild.max_presences and Guild.max_membersNCPlayz2019-03-221-1/+7
* Add support for guild widgetNCPlayz2019-03-191-0/+26
* Expose MetadataNCPlayz2019-03-191-1/+26
* Organise documentationNCPlayz2019-03-191-95/+95
* Add support for store channels.Rapptz2019-03-171-5/+7
* Consider news channel type as a TextChannelJeremy "EndenDragon" Zhang2019-03-161-1/+1
* Add support for reading guild descriptionsNadir Chowdhury2019-03-131-1/+5
* Add support for guild bannersSnowyLuma2019-03-091-5/+60
* Add support for guild descriptionsTarek13372019-03-081-0/+3
* guild.py: change word in create_role's docstringnumbermaniac2019-03-081-1/+1
* Expose more information from partial invites, along with counts.Rapptz2019-02-121-5/+5
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Allow additional parameters on channel creationTyler2019-01-281-10/+39
* Fix typo in exception message in Guild.editRapptz2018-12-171-2/+2
* Add support for explicit_content_filter in Guild.editRapptz2018-12-171-0/+7
* Add support for mobile indicators and per-client statuses.Rapptz2018-12-141-2/+2