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
*
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
*
Add delete_after parameter to MessageChannel.send
Rapptz
2017-01-03
2
-4
/
+18
*
[commands] Remove send_ utility functions.
Rapptz
2017-01-03
2
-184
/
+4
*
[commands] First pass in making commands ext work again.
Rapptz
2017-01-03
3
-10
/
+70
*
Fix documentation to work.
Rapptz
2017-01-03
2
-13
/
+31
*
Absolute import some circular dependencies to appease Python 3.4.
Rapptz
2017-01-03
14
-88
/
+108
*
Rename MessageChannel.send_message to send and unify interface.
Rapptz
2017-01-03
2
-66
/
+44
*
Remove no longer used functions in Client.
Rapptz
2017-01-03
1
-1850
/
+1
*
Add Message.clear_reactions
Rapptz
2017-01-03
1
-0
/
+18
*
Change dict value views into lists.
Rapptz
2017-01-03
3
-27
/
+35
*
Re-add support for embeds.
Rapptz
2017-01-03
2
-5
/
+19
*
Make Message.embeds to be based on discord.Embed
Rapptz
2017-01-03
1
-5
/
+4
*
Re-add support for reactions.
Rapptz
2017-01-03
6
-88
/
+238
*
Rename try_insert_user to store_user
Rapptz
2017-01-03
5
-13
/
+13
*
Make emojis and members stateful.
Rapptz
2017-01-03
6
-10
/
+335
*
Make roles and guilds stateful.
Rapptz
2017-01-03
3
-4
/
+417
*
Rename Server to Guild everywhere.
Rapptz
2017-01-03
24
-630
/
+632
*
Stateful Message and remove Invite.xkcd since it is removed.
Rapptz
2017-01-03
3
-16
/
+221
*
Add MessageChannel.typing context manager for prolonged typing.
Rapptz
2017-01-03
2
-0
/
+75
*
Split channel types.
Rapptz
2017-01-03
10
-174
/
+715
*
[commands] Bot skip check now works with the new __eq__ changes.
Rapptz
2017-01-03
1
-2
/
+5
*
Slots use tuples instead now.
Rapptz
2017-01-03
7
-8
/
+8
*
Add some basic ABCs.
Rapptz
2017-01-03
2
-1
/
+78
*
Switch IDs to use int instead of str
Rapptz
2017-01-03
10
-109
/
+114
*
Remove Message.timestamp and make Message.channel_mentions lazy.
Rapptz
2017-01-03
1
-46
/
+60
*
Optimise VoiceState for memory.
Rapptz
2017-01-03
4
-83
/
+76
[next]