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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for discord.Object in Member.remove_roles and Member.add_roles
Rapptz
2017-08-09
1
-5
/
+8
*
Make discord.Object hashable.
Rapptz
2017-08-09
1
-1
/
+16
*
Disallow setting non-permission attributes
Mitchell Ferree
2017-08-08
1
-0
/
+2
*
Add heartbeat_timeout to the Client options.
Rapptz
2017-08-08
4
-2
/
+11
*
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
2
-13
/
+2
*
Add documentation examples for AsyncIterator and change_presence.
Gorialis
2017-08-08
3
-2
/
+33
*
Add operation documentation for VerificationLevel, ContentFilter
Gorialis
2017-08-02
1
-0
/
+42
*
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
2
-39
/
+1
*
Remove Guild.default_channel
Rapptz
2017-07-31
2
-7
/
+12
*
Fix AsyncIterator documentation to properly show coroutines.
Rapptz
2017-07-29
1
-4
/
+6
*
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
*
Variadic arguments are a tuple not a list.
Rapptz
2017-07-10
1
-1
/
+1
*
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
12
-4
/
+589
*
Fixed broken code
Daniel
2017-07-07
1
-2
/
+2
*
[commands] unload cog submodules
khazhyk
2017-07-07
1
-0
/
+3
*
Add basic rewrite voice example
Daniel
2017-07-07
1
-0
/
+132
*
Handle everyone role having top priority in permission resolution.
Rapptz
2017-07-07
1
-2
/
+13
*
Hide constructor for objects that shouldn't be created by users.
Rapptz
2017-07-05
1
-19
/
+19
*
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
4
-13
/
+26
*
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
[next]