aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Update system_content strings for MessageType.new_member.Rapptz2017-08-171-22/+40
* Remove incorrect extraneous usage of reason keyword argument.Rapptz2017-08-171-1/+1
* Add support for Guild.system_channelRapptz2017-08-173-2/+26
* Add default type for Game.Rapptz2017-08-161-7/+7
* use cdn url for custom emojisAshton Tito2017-08-161-1/+1
* Add Client.latency, AutoShardedClient.latency and latencies.Rapptz2017-08-153-0/+29
* Remove reason keyword argument from message deletion.Rapptz2017-08-153-25/+13
* Add delete_after to 'edit'.MysterialPy2017-08-151-1/+21
* Fix cases where user_id can be None in audit logs.Rapptz2017-08-151-1/+1
* [commands] Raise when an invalid prefix is given.Rapptz2017-08-151-5/+18
* Fix the proxy support for aiohttp>=1.4.PapyrusThePlant2017-08-112-4/+17
* [commands] Ensure no mentions escape clean_contentRapptz2017-08-101-10/+2
* [commands] Fix clean_content converter not properly escaping mentions.Rapptz2017-08-101-24/+29
* Support for discord.Object in Member.remove_roles and Member.add_rolesRapptz2017-08-091-5/+8
* Make discord.Object hashable.Rapptz2017-08-091-1/+16
* Disallow setting non-permission attributesMitchell Ferree2017-08-081-0/+2
* Add heartbeat_timeout to the Client options.Rapptz2017-08-084-2/+11
* Add DiscordWebSocket.latency to measure discord heartbeat latency.Rapptz2017-08-081-0/+9
* Fixed ExponentialBackoff not working when integralMatt Gardner2017-08-081-1/+1
* Remove GuildChannel.is_defaultSinisterRectus2017-08-081-11/+1
* Add documentation examples for AsyncIterator and change_presence.Gorialis2017-08-082-2/+6
* Change VerificationLevel, ContentFilter to be IntEnumsGorialis2017-08-021-3/+3
* Remove Guild.create_invite too since it relies on a default channel.Rapptz2017-07-311-38/+0
* Remove Guild.default_channelRapptz2017-07-311-7/+7
* Rename avatar_is_animated to is_avatar_animated and make it a method.Rapptz2017-07-271-5/+4
* Continue connection loop with back-off if connecting fails >5 times.Rapptz2017-07-251-1/+6
* allow trailing null bytes in uploaded jpegskhazhyk2017-07-251-1/+1
* add Guild.icon_url_askhazhyk2017-07-251-1/+35
* avatar_url_as improvementskhazhyk2017-07-252-8/+38
* accept_invite() doesn't exist on rewriteJuan2017-07-251-3/+0
* Add bulk argument to TextChannel.purgekhazhyk2017-07-241-2/+7
* Raise in HTTPClient.request when out of retrieskhazhyk2017-07-221-1/+3
* Retry on 500 in HTTPClient.requestkhazhyk2017-07-221-2/+2
* Fix waiting for resume when calling stop() on AudioPlayerDaniel2017-07-211-0/+2
* Call cleanup on AudioSource.__del__.Rapptz2017-07-191-0/+7
* [commands] Fix Command.root_parent not properly working.Rapptz2017-07-191-2/+4
* Add some logging for when ffmpeg processes get terminated.Rapptz2017-07-181-1/+7
* [commands] Restart the StringView properly in Context.reinvoke.Rapptz2017-07-181-1/+3
* [commands] Remove support for pass_context=False in Command.Rapptz2017-07-183-17/+13
* Implement new-style NSFW channels.Rapptz2017-07-182-3/+6
* Don't re-raise in Client.connect if it's a clean close code.Rapptz2017-07-141-0/+3
* Expose reverse parameter in TextChannel.purgeRapptz2017-07-141-2/+4
* Message content is Optional in Message.edit.Rapptz2017-07-101-1/+2
* Simplify embed timestamp code due to it being fixed Discord side.Rapptz2017-07-091-8/+1
* Remove Invite.accept.Rapptz2017-07-081-19/+0
* First pass at commands narrative documentation.Rapptz2017-07-081-2/+2
* [commands] unload cog submoduleskhazhyk2017-07-071-0/+3
* Handle everyone role having top priority in permission resolution.Rapptz2017-07-071-2/+13
* Accidentally left a print statement.Rapptz2017-07-051-1/+0
* Fix TextChannel.purge not working.Rapptz2017-07-041-1/+1