aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Member.server_permissions to calculate server permissions.Rapptz2016-09-211-0/+27
* Add Server.role_hierarchy to get the current role hierarchy.Rapptz2016-09-211-0/+9
* Make Roles totally ordered.Rapptz2016-09-212-12/+50
* Upgrade requirements to stable aiohttp.Rapptz2016-09-201-2/+2
* [commands] Allow coroutine functions in Bot.command_prefixRapptz2016-09-171-3/+8
* Add support for server verification levels.Rapptz2016-09-125-10/+50
* Document new MessageType.pins_addRapptz2016-09-121-0/+3
* Support for pinned system messages.Rapptz2016-09-122-11/+16
* Fix import for Object.created_atRapptz2016-09-101-1/+1
* Fix bug when permission overwrites could be applied out of order.Rapptz2016-09-101-1/+7
* Fix bug that disallowed ServerRegion from being used in edit_server.Rapptz2016-09-091-0/+3
* Add new EU Central and EU West server regions.Rapptz2016-09-092-0/+11
* [commands] Default converters now take in IDs to match against.Rapptz2016-09-091-10/+17
* [commands] Cooldowns don't trigger due to user usage error.Rapptz2016-09-081-11/+9
* [commands] Added a method to reset command cooldown.Dan Hess2016-09-082-0/+17
* Fix gateway code to work with websockets 3.2.Rapptz2016-08-251-1/+2
* Ensure that keep alive threads are closed when a websocket closes.Rapptz2016-08-211-4/+5
* Remove download stats badge.Rapptz2016-08-141-1/+0
* Document that Client.get_channel works with PrivateChannel too.Rapptz2016-08-141-1/+1
* Document what it means that an object is not edited in-place explicitlyRapptz2016-08-141-11/+22
* Explain cases where the on_message_edit event can be triggered.Rapptz2016-08-141-5/+21
* [commands] Delete module when it does not have a setup function.Rapptz2016-08-101-0/+2
* Emoji.url uses api url.Khazhismel2016-08-061-1/+1
* [commands] Add missing inspect import in converter.pyRapptz2016-08-041-0/+1
* Add emoji url propertyKhazhismel2016-08-021-0/+5
* Clean up Emoji documentation.Khazhismel2016-08-011-2/+0
* Document the new emoji stuff.Rapptz2016-08-011-1/+14
* [commands] Add custom emoji converter.Khazhismel2016-07-311-0/+31
* Add custom emoji support.Khazhismel2016-07-315-1/+123
* Version bump to v0.11.0v0.11.0Rapptz2016-07-302-2/+52
* [commands] Make HelpFormatter ignore hidden commands for max_width.PapyrusThePlant2016-07-301-1/+1
* Rename Permissions.change_nicknames to change_nickname to match UI.Rapptz2016-07-301-3/+3
* Handle receiving HEARTBEAT opcode.Rapptz2016-07-301-0/+5
* Add functions to query and actually prune members from a server.Rapptz2016-07-292-1/+92
* Clarify that Client.purge_from requires Manage Messages for anything.Rapptz2016-07-291-3/+3
* Fix KeyError when creating private channels in start_private_message.Rapptz2016-07-251-1/+1
* Add new External Emojis permission.Rapptz2016-07-241-4/+13
* Document VoiceState class.Rapptz2016-07-242-1/+7
* Fix voice state update issue in on_voice_state_updateRapptz2016-07-233-8/+11
* Fix TypeError when constructing a channel in start_private_message.Rapptz2016-07-231-1/+1
* [commands] Fix cooldown decorator to work regardless of order.Rapptz2016-07-221-1/+1
* Remove unused internal code in Member.Rapptz2016-07-221-18/+0
* [commands] Implement a command cooldown system.Rapptz2016-07-224-3/+193
* [commands] Add UserInputError into the exception hierarchy.Rapptz2016-07-211-8/+18
* Fix SyntaxError in constructing VoiceState for Python 3.4Rapptz2016-07-211-1/+2
* Add AppInfo.owner attribute.Rapptz2016-07-212-2/+7
* Fix bug where discriminators would not update in PRESENCE_UPDATE.Rapptz2016-07-211-0/+1
* Add ourselves into the ringing lookup cache.Rapptz2016-07-151-0/+2
* Add utility properties to CallMessage to query information.Rapptz2016-07-153-11/+39
* Add support for querying information about group calls.Rapptz2016-07-156-31/+207