index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add DiscordWebSocket.latency to measure discord heartbeat latency.
Rapptz
2017-08-08
1
-0
/
+9
*
Fixed ExponentialBackoff not working when integral
Matt Gardner
2017-08-08
1
-1
/
+1
*
Remove GuildChannel.is_default
SinisterRectus
2017-08-08
1
-11
/
+1
*
Add documentation examples for AsyncIterator and change_presence.
Gorialis
2017-08-08
2
-2
/
+6
*
Change VerificationLevel, ContentFilter to be IntEnums
Gorialis
2017-08-02
1
-3
/
+3
*
Remove Guild.create_invite too since it relies on a default channel.
Rapptz
2017-07-31
1
-38
/
+0
*
Remove Guild.default_channel
Rapptz
2017-07-31
1
-7
/
+7
*
Rename avatar_is_animated to is_avatar_animated and make it a method.
Rapptz
2017-07-27
1
-5
/
+4
*
Continue connection loop with back-off if connecting fails >5 times.
Rapptz
2017-07-25
1
-1
/
+6
*
allow trailing null bytes in uploaded jpegs
khazhyk
2017-07-25
1
-1
/
+1
*
add Guild.icon_url_as
khazhyk
2017-07-25
1
-1
/
+35
*
avatar_url_as improvements
khazhyk
2017-07-25
2
-8
/
+38
*
accept_invite() doesn't exist on rewrite
Juan
2017-07-25
1
-3
/
+0
*
Add bulk argument to TextChannel.purge
khazhyk
2017-07-24
1
-2
/
+7
*
Raise in HTTPClient.request when out of retries
khazhyk
2017-07-22
1
-1
/
+3
*
Retry on 500 in HTTPClient.request
khazhyk
2017-07-22
1
-2
/
+2
*
Fix waiting for resume when calling stop() on AudioPlayer
Daniel
2017-07-21
1
-0
/
+2
*
Call cleanup on AudioSource.__del__.
Rapptz
2017-07-19
1
-0
/
+7
*
[commands] Fix Command.root_parent not properly working.
Rapptz
2017-07-19
1
-2
/
+4
*
Add some logging for when ffmpeg processes get terminated.
Rapptz
2017-07-18
1
-1
/
+7
*
[commands] Restart the StringView properly in Context.reinvoke.
Rapptz
2017-07-18
1
-1
/
+3
*
[commands] Remove support for pass_context=False in Command.
Rapptz
2017-07-18
3
-17
/
+13
*
Implement new-style NSFW channels.
Rapptz
2017-07-18
2
-3
/
+6
*
Don't re-raise in Client.connect if it's a clean close code.
Rapptz
2017-07-14
1
-0
/
+3
*
Expose reverse parameter in TextChannel.purge
Rapptz
2017-07-14
1
-2
/
+4
*
Message content is Optional in Message.edit.
Rapptz
2017-07-10
1
-1
/
+2
*
Simplify embed timestamp code due to it being fixed Discord side.
Rapptz
2017-07-09
1
-8
/
+1
*
Remove Invite.accept.
Rapptz
2017-07-08
1
-19
/
+0
*
First pass at commands narrative documentation.
Rapptz
2017-07-08
1
-2
/
+2
*
[commands] unload cog submodules
khazhyk
2017-07-07
1
-0
/
+3
*
Handle everyone role having top priority in permission resolution.
Rapptz
2017-07-07
1
-2
/
+13
*
Accidentally left a print statement.
Rapptz
2017-07-05
1
-1
/
+0
*
Fix TextChannel.purge not working.
Rapptz
2017-07-04
1
-1
/
+1
*
Implement a LRU cache for private channels.
Rapptz
2017-07-04
2
-5
/
+27
*
Don't unnecessarily re-create private channels.
Rapptz
2017-07-04
1
-3
/
+6
*
Fixed a typo in calls.py
JW
2017-07-04
1
-1
/
+1
*
Rename AsyncIterator.get to next to prevent shadowing.
Rapptz
2017-07-04
3
-12
/
+12
*
handle Game.name being None
khazhyk
2017-07-03
1
-1
/
+1
*
[commands] fix unloading incorrect cogs
khazhyk
2017-07-03
1
-3
/
+6
*
[commands] clean up remove_cog documentation
khazhyk
2017-07-03
1
-3
/
+2
*
Allow PartialReactionEmoji in add_reaction and remove_reaction.
Rapptz
2017-07-02
2
-3
/
+12
*
Fix Message.remove_reaction and Message.add_reaction taking in Reaction
Rapptz
2017-07-02
1
-4
/
+6
*
[commands] Improve commands.when_mentioned_or documentation.
Rapptz
2017-07-01
1
-2
/
+19
*
Add support for user flags in Profile.
Rapptz
2017-06-30
3
-6
/
+36
*
Typo in docstring for TextChannel.delete_messages
Rapptz
2017-06-29
1
-1
/
+1
*
Allow TextChannel.delete_messages to take lists of 0 or 1 element.
Rapptz
2017-06-29
1
-8
/
+22
*
[commands] Do not take up 'command' keyword-argument in Context.invoke.
Rapptz
2017-06-27
1
-3
/
+12
*
[commands] Add parameter that failed in fall-back BadArgument error.
Rapptz
2017-06-26
1
-1
/
+1
*
Add Reaction.__str__
Rapptz
2017-06-26
1
-1
/
+4
*
Properly sort roles and discard everyone role in Member.colour.
Rapptz
2017-06-24
1
-2
/
+4
[next]