aboutsummaryrefslogtreecommitdiff
path: root/docs/api.rst
Commit message (Expand)AuthorAgeFilesLines
* Expose more information from partial invites, along with counts.Rapptz2019-02-121-0/+11
* Fix typo in API documentation.stuarth2019-02-061-1/+1
* Remove notes about Client.messagesXua2019-02-061-5/+5
* Fix user/user_id documentation for reaction remove eventsMusicOnline2019-01-281-1/+1
* Fix documentation for NotificationLevelChris R2018-11-261-2/+2
* Add support for default notification level in audit logs and Guild.editRapptz2018-11-251-1/+7
* Add Guild.default_notificationsChris2018-11-241-0/+11
* add support for Bug Hunter and Early Supporter flagsbmintz2018-11-241-0/+6
* Revert "Rework documentation to not duplicate inherited members."Rapptz2018-10-111-0/+42
* Rework documentation to not duplicate inherited members.Rapptz2018-10-031-42/+0
* Add support for AuditLogDiff.slowmode_delay.Rapptz2018-09-251-6/+13
* Fix webhook_update from code reviewJeremy Zhang2018-09-151-1/+1
* Simple parser for WEBHOOKS_UPDATEJeremy Zhang2018-09-151-0/+6
* [docs] sort the VoiceRegionsbmintz2018-08-301-33/+33
* document HypeSquadHouse and Profile.hypesquad_housesbmintz2018-08-301-1/+17
* Fix typo in on_raw_reaction_add event.Chris2018-08-281-1/+1
* Adds missing voice regions.MaximusPX2018-08-221-2/+7
* More informations for the Application infoEl Laggron2018-08-221-0/+18
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-23/+3
* Change raw events to use slotted data models instead of parameters.Rapptz2018-04-141-25/+49
* Split Game object to separate Activity subtypes for Rich Presences.Rapptz2018-03-051-4/+43
* Add documentation for new_member system messagesFrostLuma2018-01-221-0/+4
* Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverterGorialis2018-01-061-4/+4
* Add intersphinxTobotimus2018-01-061-31/+31
* Missing Voice RegionsMippy (William)2017-11-121-0/+9
* Fix header size warnings.Rapptz2017-09-211-1/+1
* Add category support.Rapptz2017-09-131-0/+7
* Fix on_guild_join param docSteve C2017-08-271-1/+1
* Add webhook support.Rapptz2017-08-211-1/+23
* Add support for Guild.system_channelRapptz2017-08-171-0/+10
* Add documentation examples for AsyncIterator and change_presence.Gorialis2017-08-081-0/+27
* Add operation documentation for VerificationLevel, ContentFilterGorialis2017-08-021-0/+42
* Fix AsyncIterator documentation to properly show coroutines.Rapptz2017-07-291-4/+6
* Hide constructor for objects that shouldn't be created by users.Rapptz2017-07-051-19/+19
* Rename AsyncIterator.get to next to prevent shadowing.Rapptz2017-07-041-1/+14
* Add support for user flags in Profile.Rapptz2017-06-301-0/+12
* Implement "partial" message events.Rapptz2017-06-091-1/+70
* Fix typing/history showing up twice in the documentation.Rapptz2017-06-031-6/+6
* Implement an Attachment model.Rapptz2017-05-301-0/+6
* Rename verification level to extreme due to demand.Rapptz2017-05-271-2/+2
* Add highest verification level.Rapptz2017-05-271-0/+7
* Kill remaining references to discord.Channel in documentation.Rapptz2017-05-191-1/+1
* First pass at documentation reform.Rapptz2017-05-121-143/+270
* Rename GuildRegion to VoiceRegion.Rapptz2017-05-091-2/+2
* Make AuditLogDiff.roles an empty list instead of None.Rapptz2017-05-071-1/+1
* Audit log role add and removes are lists, not single item.Rapptz2017-05-061-4/+4
* Add support for message delete audit log action type.Rapptz2017-05-041-0/+15
* Add support for setting and retrieving guild vanity invites.Rapptz2017-04-301-0/+2
* Changed audit_log to audit_logs in documentationTwentysix2017-04-301-1/+1
* Implement audit logs.Rapptz2017-04-301-0/+685