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
*
Fix 404s in pins_from and create_role routes.
Rapptz
2017-01-12
1
-2
/
+2
*
Make Reaction.users return an async iterator.
Rapptz
2017-01-11
2
-15
/
+117
*
Fix NameError inside Messageable.get_message
Rapptz
2017-01-11
1
-1
/
+1
*
Rename NoMoreMessages to NoMoreItems.
Rapptz
2017-01-11
4
-9
/
+12
*
Allow HistoryIterator to be flattened into a list.
Rapptz
2017-01-11
2
-9
/
+36
*
Propagate event loop in Messageable.history.
Rapptz
2017-01-11
1
-3
/
+4
*
Remove extraneous unneeded hash calls.
Rapptz
2017-01-10
2
-2
/
+2
*
Fix NameError inside HTTPClient.edit_member.
Rapptz
2017-01-09
1
-1
/
+1
*
Update README example.
Rapptz
2017-01-09
1
-23
/
+22
*
Fix HTTP.application_info 404ing.
Rapptz
2017-01-09
1
-1
/
+1
*
Change version info to 1.0.0a0.
Rapptz
2017-01-09
2
-2
/
+18
*
Implement rate limit headers.
Rapptz
2017-01-09
1
-131
/
+185
*
Allow Messageable.send to work with non-truthy types.
Rapptz
2017-01-09
1
-1
/
+1
*
Simple parser for CHANNEL_PINS_UPDATE
Ian Salmons
2017-01-09
2
-0
/
+13
*
Use CDN URL for Guild.icon_url.
Rapptz
2017-01-09
1
-1
/
+1
*
Return default avatar URL if an avatar is not given for User.avatar_url
Rapptz
2017-01-09
1
-4
/
+7
*
Use CDN URL for default avatars.
Rapptz
2017-01-09
2
-13
/
+7
*
Fix typo in Guild.invites
Rapptz
2017-01-09
1
-1
/
+1
*
Add Guild.create_text_channel and Guild.create_voice_channel.
Rapptz
2017-01-08
1
-0
/
+97
*
Add missing fields to Embed.from_data()
Ian Salmons
2017-01-08
1
-1
/
+1
*
Allow uploading of GIFs for users.
SunDwarf
2017-01-08
1
-0
/
+2
*
Add ability to edit guild invite splashes.
Rapptz
2017-01-08
1
-0
/
+16
*
[commands] Add AutoShardedBot counterpart to AutoShardedClient.
Rapptz
2017-01-08
2
-62
/
+70
*
VoiceChannel.voice_members is now computed when needed.
Rapptz
2017-01-08
3
-23
/
+17
*
Fix bug that caused Guild instances to be in VoiceChannel.voice_members
Rapptz
2017-01-08
1
-1
/
+1
*
Remove extraneous prints.
Rapptz
2017-01-08
1
-2
/
+0
*
Allow overriding the shard_ids used for initial shard launch.
Rapptz
2017-01-08
3
-6
/
+22
*
Add AutoShardedClient.change_presence.
Rapptz
2017-01-08
3
-16
/
+72
*
Change the way shards are launched in AutoShardedClient.
Rapptz
2017-01-08
2
-35
/
+58
*
Add Guild.chunked property.
Rapptz
2017-01-08
1
-2
/
+16
*
Implement AutoShardedClient for transparent sharding.
Rapptz
2017-01-07
9
-31
/
+341
*
Fix variable shadowing in READY parsing.
Rapptz
2017-01-05
1
-4
/
+3
*
Move global user cache to a WeakValueDictionary.
Rapptz
2017-01-04
3
-3
/
+19
*
Update examples to match the new rewrite API.
Rapptz
2017-01-03
7
-123
/
+112
*
Fix Messageable.typing context manager.
Rapptz
2017-01-03
2
-8
/
+8
*
Fix NameError when dealing with permission resolution.
Rapptz
2017-01-03
2
-5
/
+10
*
Fix bug that made member roles go missing.
Rapptz
2017-01-03
3
-30
/
+22
*
[commands] Don't use removed is_private attribute in core decorators.
Rapptz
2017-01-03
1
-19
/
+14
*
[commands] Fix help command from not working with recent changes.
Rapptz
2017-01-03
1
-5
/
+5
*
Make User and Member messageable.
Rapptz
2017-01-03
3
-2
/
+52
*
Change Messageable channel getter to be a coroutine.
Rapptz
2017-01-03
4
-13
/
+23
*
Move message creation to a factory method inside ConnectionState.
Rapptz
2017-01-03
14
-104
/
+94
*
Move away from StateContext and use ConnectionState directly.
Rapptz
2017-01-03
4
-28
/
+22
*
Rename MessageChannel abc to Messageable.
Rapptz
2017-01-03
4
-43
/
+62
*
Add permission overwrites to GuildChannel.
Rapptz
2017-01-03
2
-94
/
+106
*
Move GuildChannel over to abc module.
Rapptz
2017-01-03
2
-302
/
+266
*
Remove chunks of the voice code to redesign later.
Rapptz
2017-01-03
2
-134
/
+3
*
Add Role.members to get every member with a role.
Rapptz
2017-01-03
1
-0
/
+13
*
Add useful repr to all data classes.
Rapptz
2017-01-03
12
-1
/
+48
*
Fix handling of author update and missing type attribute in Message.
Rapptz
2017-01-03
1
-4
/
+11
[next]