aboutsummaryrefslogtreecommitdiff
path: root/discord/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Split Game object to separate Activity subtypes for Rich Presences.Rapptz2018-03-051-1/+1
* Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverterGorialis2018-01-061-1/+1
* Add webhook support.Rapptz2017-08-211-0/+1
* Implement "partial" message events.Rapptz2017-06-091-1/+1
* Export Attachment class.Rapptz2017-05-301-1/+1
* Implement audit logs.Rapptz2017-04-301-0/+1
* Re-implement voice sending.Rapptz2017-04-181-0/+2
* Export missing enums.Rapptz2017-04-121-1/+1
* Add support for multiple file attachments.Rapptz2017-04-081-0/+1
* Add commit number to pip version for easy identification.Rapptz2017-03-041-1/+1
* Remove unused ChannelPermissions namedtuple.Rapptz2017-01-251-1/+1
* Implement User.profile coroutine to get a user's profile.Rapptz2017-01-241-1/+1
* Update copyright year to 2017.Rapptz2017-01-201-2/+2
* Add support for relationships.Rapptz2017-01-201-0/+1
* Make ClientUser separate from a regular User.Rapptz2017-01-191-1/+1
* Change version info to 1.0.0a0.Rapptz2017-01-091-2/+2
* Implement AutoShardedClient for transparent sharding.Rapptz2017-01-071-0/+1
* Remove chunks of the voice code to redesign later.Rapptz2017-01-031-1/+0
* Re-add support for reactions.Rapptz2017-01-031-1/+1
* Rename Server to Guild everywhere.Rapptz2017-01-031-2/+2
* Split channel types.Rapptz2017-01-031-1/+1
* Add some basic ABCs.Rapptz2017-01-031-1/+1
* Version bump to v0.16.0.v0.16.0Rapptz2016-12-191-2/+2
* Version bump to v0.15.1v0.15.1Rapptz2016-11-301-2/+2
* Version bump to v0.15.0v0.15.0Rapptz2016-11-221-2/+2
* Add support for rich embeds.Rapptz2016-11-131-0/+1
* Version bump to v0.14.3v0.14.3Rapptz2016-11-061-2/+2
* Version bump to v0.14.2v0.14.2Rapptz2016-11-041-2/+2
* Fix Reaction not importing.v0.14.1Rapptz2016-11-031-2/+3
* Version bump to v0.14.0v0.14.0Rapptz2016-11-031-2/+2
* Version bump to v0.13.0v0.13.0Rapptz2016-09-261-2/+2
* Version bump to v0.12.0v0.12.0Rapptz2016-09-251-2/+2
* Add support for server verification levels.Rapptz2016-09-121-1/+1
* Add custom emoji support.Khazhismel2016-07-311-0/+1
* Version bump to v0.11.0v0.11.0Rapptz2016-07-301-2/+2
* Document VoiceState class.Rapptz2016-07-241-1/+1
* Add support for querying information about group calls.Rapptz2016-07-151-1/+1
* Add support for different message types and call message.Rapptz2016-07-131-1/+2
* Version bump to v0.10.0v0.10.0Rapptz2016-06-281-2/+2
* Add a way to set permission overwrites when creating a channel.Rapptz2016-06-141-1/+1
* Add discord.PermissionOverwrite type for channel-specific overwrites.Rapptz2016-06-141-1/+1
* Add Client.application_info to retrieve the current app info.Rapptz2016-06-101-1/+1
* Begin working on gateway v4 support.Rapptz2016-04-271-2/+1
* Update license of files to 2016.Rapptz2016-01-041-2/+2
* Add game data class, replace game_id.Khazhismel2015-12-231-0/+1
* Add discord.version_infoRapptz2015-12-091-2/+6
* Add enums to __init__.pyRapptz2015-12-091-0/+1
* Clear up some documentation.Rapptz2015-12-081-0/+1
* Working voice sending implementation.Rapptz2015-12-081-0/+1
* Version bump to v0.9.0v0.9.0Rapptz2015-11-281-2/+2