aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add FAQ section to the documentation.Rapptz2016-06-072-0/+271
* Actually read from the voice websocket & fix heartbeat.Jake2016-06-052-1/+11
* [commands] Unify Command.handle_local_error into general dispatcher.Rapptz2016-06-052-9/+11
* [commands] Add Command.qualified_name to get the full command name.Rapptz2016-06-042-16/+36
* [commands] Fix bug where Context.command would not update.Rapptz2016-06-042-1/+2
* [commands] Fix bug where subgroups would be repeatedly called.Rapptz2016-06-041-2/+6
* [commands] Cleanup Command.invoke code due to exception propagation.Rapptz2016-06-041-14/+8
* [commands] Dispatch command_error on command exec error.Khazhismel Kumykov2016-06-042-64/+81
* Add `bot` keyword argument to login via static token.Rapptz2016-06-031-10/+21
* Actually use v4 gateway and fixes thanks to Jake.Rapptz2016-06-022-6/+6
* Update positions when a role is added or removed.Rapptz2016-06-012-2/+23
* Clarify Role.position documentation.Rapptz2016-06-011-1/+2
* Make Channel.changed_roles into an on-the-fly property instead.Rapptz2016-06-011-18/+18
* Add Role.server attribute.Rapptz2016-06-015-15/+14
* Update voice client main ws references when reconnecting.Rapptz2016-06-012-0/+6
* Add RESUME support.Rapptz2016-06-014-12/+54
* [commands] Delete frame objects when done using them.Rapptz2016-05-311-3/+7
* Fix discord.Object documentation.Rapptz2016-05-311-2/+2
* [commands] Add support for self-bots.Rapptz2016-05-311-2/+8
* Allow datetime in limit parameters for purge_fromHarmon7582016-05-311-4/+11
* Fix ytdl documentation link.Rapptz2016-05-271-2/+2
* Allow to edit mentionable property in Client.edit_role.Rapptz2016-05-271-1/+4
* Reference the Discord UI in the permission documentation.Rapptz2016-05-231-3/+3
* Documentation fixes for role related functions.Rapptz2016-05-231-12/+4
* Close voice connections before closing the websocket.Rapptz2016-05-221-3/+9
* Fix purge_from to use LogsFromIterator.create (#219)Harmon2016-05-201-1/+1
* Only trigger on_voice_state_update if the member actually exists.Rapptz2016-05-201-2/+3
* Fix bug where members leaving will stay in Channel.voice_members.Rapptz2016-05-201-0/+9
* Add __slots__ for discord.Channel.Rapptz2016-05-201-0/+4
* Add support for voice channel user limits.Rapptz2016-05-202-1/+16
* logs_from improvements for after param.Khazhismel Kumykov2016-05-202-24/+138
* Allow datetime in limit parameters for logs_from.Khazhismel Kumykov2016-05-202-6/+33
* Retry send_file on 502.Khazhismel Kumykov2016-05-201-9/+11
* Add move_roleKhazhismel Kumykov2016-05-201-0/+56
* Rename threading internal variable conflict.Rapptz2016-05-131-3/+3
* Fix Member.colour to use the new algorithm for determining colour.Rapptz2016-05-121-4/+11
* Fix Channel.permissions_for to work with the new permission system.Rapptz2016-05-121-12/+7
* Add Permissions.administrator and change Permissions.manage_rolesRapptz2016-05-121-9/+25
* Add example for Client.purge_fromRapptz2016-05-121-1/+12
* Rework playlist example to work with multi-server voice.Rapptz2016-05-121-80/+223
* Make Player threads into daemon threads.Rapptz2016-05-121-0/+1
* Add a way to change the player volume.Rapptz2016-05-121-0/+18
* Add VoiceClient.move_to for quick switching of voice channels.Rapptz2016-05-121-0/+26
* Add clarification for purge_from and delete_messagesTwentysix2016-05-111-2/+8
* Change second run_until_complete to not be empty.Rapptz2016-05-101-1/+4
* Force encoding of text retrieval functions to use utf-8.Rapptz2016-05-103-19/+19
* Fix issue with Client.purge_from not deleting the 101st message.Rapptz2016-05-101-7/+5
* Add Client.purge_from as a high level interface around bulk delete.Rapptz2016-05-102-5/+84
* Add Client.delete_messages for bulk delete.Rapptz2016-05-101-0/+42
* Fix issue with Member.joined_at being None.Rapptz2016-05-101-1/+2