aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Add emoji url propertyKhazhismel2016-08-021-0/+5
* Clean up Emoji documentation.Khazhismel2016-08-011-2/+0
* [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-301-2/+2
* [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-241-1/+1
* 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-211-2/+3
* 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-155-31/+201
* Fix the displaying of Message.system_contentRapptz2016-07-151-5/+4
* Handle adding and removal of group members.Rapptz2016-07-151-1/+16
* Make PrivateChannel.__str__ more useful for groups.Rapptz2016-07-151-4/+16
* Handle private channel CHANNEL_CREATE better.Rapptz2016-07-151-2/+2
* Add remaining server regions to the enum.Rapptz2016-07-141-9/+13
* Add support for different message types and call message.Rapptz2016-07-136-8/+142
* Handle CHANNEL_UPDATE for group direct messages.Rapptz2016-07-133-15/+27
* Begin working on gateway v6 changes.Rapptz2016-07-135-21/+71
* Add stderr arg to create_ffmpeg_playerDaniel2016-07-081-2/+5
* [commands] Make Bot.check decorator an actual decorator.Rapptz2016-07-081-6/+4
* [commands] Added missing parenthesis in examplesPapyrusThePlant2016-07-081-8/+8
* Save email when login with a token on a user accountPapyrusThePlant2016-07-061-1/+2
* [commands] Refactor pagination into its own class.Rapptz2016-07-052-49/+71
* Fix issue with removing roles out of order.Rapptz2016-07-041-7/+2
* [commands] Fix error in converters in a private message context.Rapptz2016-07-022-11/+11
* [commands] Do not lower-case the function name for default command namesRapptz2016-07-011-2/+2
* [commands] Make GroupMixin.remove_command return None.Rapptz2016-06-301-0/+5
* Add implicit cases to permission resolution in Channel.permissions_forRapptz2016-06-281-0/+19
* Add Server.mfa_level to query a server's 2FA requirement.Rapptz2016-06-281-1/+6
* Fix voice states being overwritten after a GUILD_SYNC.Rapptz2016-06-282-15/+17
* Version bump to v0.10.0v0.10.0Rapptz2016-06-281-2/+2
* Make PyNaCl optionalHornwitser2016-06-282-1/+15
* Make Message.channel_mentions unique.Rapptz2016-06-271-4/+2
* Ignore HEARTBEAT_ACK for now to disable the noisy logging.Rapptz2016-06-271-0/+3
* Guild Sharding supportcookie2016-06-262-0/+11