aboutsummaryrefslogtreecommitdiff
path: root/docs/api.rst
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add PCMVolumeTransformer to augment volume of a PCM stream.Rapptz2017-04-191-0/+3
* Re-implement voice sending.Rapptz2017-04-181-0/+15
* Add Guild.explicit_content_filter.Rapptz2017-04-121-0/+16
* Add support for multiple file attachments.Rapptz2017-04-081-0/+6
* Implement utilities for AsyncIterator.Rapptz2017-02-111-8/+76
* Implement User.profile coroutine to get a user's profile.Rapptz2017-01-241-0/+29
* Add option to disable auto member chunking.Rapptz2017-01-231-0/+14
* Add support for relationships.Rapptz2017-01-201-0/+39
* Make ClientUser separate from a regular User.Rapptz2017-01-191-0/+7
* Show inherited members in the docs for User and Member.Rapptz2017-01-131-0/+2
* Rename NoMoreMessages to NoMoreItems.Rapptz2017-01-111-0/+2
* Simple parser for CHANNEL_PINS_UPDATEIan Salmons2017-01-091-0/+8
* Implement AutoShardedClient for transparent sharding.Rapptz2017-01-071-0/+3
* Fix documentation to work.Rapptz2017-01-031-6/+24
* Rename Server to Guild everywhere.Rapptz2017-01-031-51/+51
* Support MESSAGE_REACTION_REMOVE_ALL event.Rapptz2016-11-211-0/+9
* Add support for rich embeds.Rapptz2016-11-131-0/+6
* Change reaction events signature and name.Rapptz2016-11-031-5/+17
* Add support for reactions.khazhyk2016-10-271-0/+20
* Add support for "Do Not Disturb" and "Invisible" statuses.Rapptz2016-09-261-0/+11
* Add support for server verification levels.Rapptz2016-09-121-0/+24
* Document new MessageType.pins_addRapptz2016-09-121-0/+3
* Add new EU Central and EU West server regions.Rapptz2016-09-091-0/+9
* Explain cases where the on_message_edit event can be triggered.Rapptz2016-08-141-5/+21
* Document the new emoji stuff.Rapptz2016-08-011-1/+14