aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Version bump to v0.11.0v0.11.0Rapptz2016-07-301-0/+50
* Document VoiceState class.Rapptz2016-07-241-0/+6
* Add AppInfo.owner attribute.Rapptz2016-07-211-0/+4
* Add support for querying information about group calls.Rapptz2016-07-151-0/+6
* Handle adding and removal of group members.Rapptz2016-07-151-0/+9
* Add remaining server regions to the enum.Rapptz2016-07-141-0/+13
* Add support for different message types and call message.Rapptz2016-07-131-0/+33
* Begin working on gateway v6 changes.Rapptz2016-07-131-0/+6
* Change max_length to max_messagesPC2016-06-281-1/+1
* Update whats new page a little bit to say the changelog is too big.Rapptz2016-06-271-2/+4
* Add FAQ entry for `after` being called right away.Rapptz2016-06-201-0/+21
* Add discord.PermissionOverwrite type for channel-specific overwrites.Rapptz2016-06-141-0/+6
* Add Client.application_info to retrieve the current app info.Rapptz2016-06-101-1/+25
* Clarify `on_ready` triggering more than twice.Rapptz2016-06-101-0/+3
* Fix some typos in the FAQ page.Rapptz2016-06-071-2/+2
* Add FAQ section to the documentation.Rapptz2016-06-072-0/+271
* Add Role.server attribute.Rapptz2016-06-011-3/+4
* Add RESUME support.Rapptz2016-06-011-0/+4
* Begin working on gateway v4 support.Rapptz2016-04-271-0/+2
* Typo fixMatt Gardner2016-04-151-1/+1
* Add utility function for generating OAuth2 urls.Rapptz2016-04-081-0/+2
* Change all email/password pair examples to use token.Rapptz2016-04-081-3/+3
* Clean up documentation of utils.snowflake_timeRapptz2016-03-061-0/+2
* Remove request_offline option.Rapptz2016-02-141-0/+4
* Change enumerators into enumerations to please Voltana.Rapptz2016-01-302-7/+7
* Add and remove some of the on_socket_* events.Rapptz2016-01-252-44/+20
* Documentation fixes for Permissions related code.Rapptz2016-01-141-1/+1
* Attempt to satisfy RTD by using sphinxcontrib.napoleon.Rapptz2016-01-101-2/+8
* Add a Whats New page to have a nicer changelog.Rapptz2016-01-092-0/+72
* Change order of documentation by source declaration.Rapptz2016-01-081-0/+2
* Document the breaking change with the new dictionary storage change.Rapptz2016-01-081-0/+37
* Document how Client.run should be the last function to call.Rapptz2016-01-081-0/+7
* Add missing documentation for discord.GameRapptz2016-01-071-0/+6
* Documentation fixes to quiet Sphinx warnings.Rapptz2016-01-072-3/+4
* Document the fact that data classes use __slots__.Rapptz2016-01-071-0/+9
* Change permissions to remove the can_ prefix.Rapptz2016-01-031-0/+3
* Document more breaking changes in migrating file.Rapptz2016-01-031-0/+52
* Add on_member_ban and on_member_unban events.Rapptz2015-12-171-0/+15
* Fix consistency issue with migrating page.Rapptz2015-12-171-11/+11
* Add migrating guide for migrating to v0.10.0.Rapptz2015-12-173-0/+241
* Remove on_status event. Superseded by on_member_update.Rapptz2015-12-171-8/+1
* All update related events now pass in the previous state.Rapptz2015-12-171-6/+10
* Add headers to data classes for easier navigation.Rapptz2015-12-091-0/+34
* Document discord.__version__ and discord.version_infoRapptz2015-12-091-0/+18
* Documentation fixes for opus related import errors.Rapptz2015-12-081-5/+5
* Add OpusNotLoaded exception and opus.is_loaded utility function.Rapptz2015-12-081-1/+5
* Documentation fixes for opus bindings.Rapptz2015-12-081-0/+1