aboutsummaryrefslogtreecommitdiff
path: root/discord/guild.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug in Guild.splash_urlRapptz2018-11-261-1/+1
* Add support for default notification level in audit logs and Guild.editRapptz2018-11-251-0/+9
* Add Guild.default_notificationsChris2018-11-241-2/+5
* Add support for multiple activitiesSnowyLuma2018-11-241-1/+1
* [lint] Remove extra whitespace in guild.pyHornwitser2018-11-241-1/+1
* [lint] Fix import orderHornwitser2018-11-241-1/+0
* Add Guild.splash_url_asMatt (IPv4)2018-10-111-5/+36
* Fix up Guild.create_custom_emoji docstring.Rapptz2018-10-031-1/+1
* Add note regarding MORE_EMOJI in Guild.create_custom_emojiMusicOnline2018-10-031-1/+2
* Correct Guild.create_custom_emoji documentationMusicOnline2018-10-021-2/+2
* Change internal role storage in Guild to a dict instead of a list.Rapptz2018-09-241-23/+32
* Correct note note about editing emoji in Guild.create_custom_emoji.Vexs2018-09-201-2/+0
* Fix up the Sphinx strings causing warnings.Rapptz2018-09-151-5/+5