aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Add missing Role import in Client.Rapptz2015-12-091-0/+1
* I'm being forced to change the user agent string again.Rapptz2015-12-091-1/+1
* Modify User-Agent header to meet React's requirements.Rapptz2015-12-091-1/+3
* Client now keeps a reference to the VoiceClient constructed.Rapptz2015-12-092-11/+30
* Add discord.version_infoRapptz2015-12-092-2/+11
* Add ability to pause/resume audio stream from StreamPlayer.Rapptz2015-12-091-19/+40
* Close ffmpeg process after stream is finished.Rapptz2015-12-091-1/+6
* Clear up documentation on passing discord.ObjectRapptz2015-12-091-2/+5
* Add enums to __init__.pyRapptz2015-12-091-0/+1
* Add Client.wait_for_messageRapptz2015-12-091-0/+136
* Documentation fixes for opus related import errors.Rapptz2015-12-081-3/+4
* Add OpusNotLoaded exception and opus.is_loaded utility function.Rapptz2015-12-082-2/+31
* Explicitly close responses that don't get read.Rapptz2015-12-081-0/+15
* Documentation fixes for opus bindings.Rapptz2015-12-081-14/+22
* Fix exception handling having a NameErrorRapptz2015-12-081-2/+2
* Clear up some documentation.Rapptz2015-12-082-0/+14
* Working voice sending implementation.Rapptz2015-12-084-3/+391
* Fix issue with member.roles being empty.Rapptz2015-12-081-1/+2
* Work on connecting to a voice channel.Rapptz2015-12-073-20/+315
* Use @me endpoint for Client.start_private_messageRapptz2015-12-061-1/+1
* Forced keyword argument for allow/deny in edit_channel_permissionsRapptz2015-12-061-2/+2
* Handle GUILD_UPDATERapptz2015-12-063-9/+20
* Documentation fixes in Client.connect.Rapptz2015-12-051-2/+4
* Add role management functions.Rapptz2015-12-051-0/+328
* Add Client.delete_invite.Rapptz2015-12-051-3/+33
* Add Client.start and Client.run shortcuts.Rapptz2015-12-051-0/+22
* Add _is_logged_in to the constructor.Rapptz2015-12-051-0/+1
* Add invite management functions.Rapptz2015-12-051-0/+134
* Switch to NumPy style documentation.Rapptz2015-12-045-67/+44
* Add server management commands.Rapptz2015-12-042-7/+158
* Add enumerators instead of strings.Rapptz2015-12-046-108/+170
* Add channel management functionsRapptz2015-12-041-0/+121
* Add member management functions.Rapptz2015-12-041-114/+365
* Move async_client.py to client.pyRapptz2015-12-042-2004/+530
* Implement a bunch of other HTTP request functions.Rapptz2015-12-041-16/+333
* Add Forbidden and NotFound exceptions.Rapptz2015-12-042-2/+22
* Begin working on asyncio port.Rapptz2015-12-044-23/+785
* Don't silently swallow ValueError thrown from on_channel_delete.Rapptz2015-11-301-1/+2
* Fix multiple CHANNEL_DELETE. Fixes #51.Rapptz2015-11-301-2/+5
* Use copy.copy instead of copy.deepcopy for on_message_edit.Rapptz2015-11-301-1/+1
* on_member_update now takes in the older member state as a parameter.Rapptz2015-11-301-5/+5
* on_status event now has the old game ID and old status as parameters.Rapptz2015-11-301-1/+3
* Miscellaneous documentation fixes.Rapptz2015-11-301-1/+1
* Provide server/channel id/name as Object if client not joined to server.Khazhismel2015-11-291-6/+13
* Version bump to v0.9.0v0.9.0Rapptz2015-11-281-2/+2
* Message.channel's Object instance has an is_private attribute now.Rapptz2015-11-281-1/+4
* Add caveat note about Message.mention_everyoneRapptz2015-11-281-0/+7
* Add warning for Message.mentions order being non-deterministic.Rapptz2015-11-281-0/+6
* "An array" -> "A list" for documentation purposes.Rapptz2015-11-282-5/+5
* Remove afk_channel_id and replace it with afk_channel.Rapptz2015-11-281-3/+4