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 premium key being missing in profile endpoint.
Rapptz
2017-03-13
2
-4
/
+6
*
Retry on more exceptions in auto reconnect code.
Rapptz
2017-03-07
1
-1
/
+4
*
Fix issue with members not copying correctly.
Rapptz
2017-03-05
2
-1
/
+7
*
Fix NameError in Role.edit
Rapptz
2017-03-05
1
-1
/
+1
*
Add underscore to HTTPClient.session to imply privateness.
Rapptz
2017-03-04
1
-6
/
+3
*
Add commit number to pip version for easy identification.
Rapptz
2017-03-04
2
-1
/
+13
*
Remove Client.accept_invite
Rapptz
2017-03-04
2
-30
/
+0
*
[commands] Add Context.me property.
Rapptz
2017-03-01
1
-0
/
+5
*
Reconnect even if we close with 1000 since Discord can send it.
Rapptz
2017-03-01
1
-7
/
+10
*
Remove remaining voice_member tracking.
Rapptz
2017-02-28
1
-11
/
+0
*
Add TextChannel.members to get members that can see a channel.
Rapptz
2017-02-28
1
-0
/
+5
*
Rename VoiceChannel.voice_members to VoiceChannel.members
Rapptz
2017-02-28
1
-1
/
+1
*
Remove extra space.
Rapptz
2017-02-28
1
-1
/
+1
*
Add Messageable.ack
Rapptz
2017-02-28
2
-0
/
+28
*
Add User.is_blocked and User.is_friend shortcut methods.
Rapptz
2017-02-27
1
-0
/
+14
*
Add support for message acking.
Rapptz
2017-02-27
3
-2
/
+53
*
Remove nonce when sending messages.
Rapptz
2017-02-27
1
-4
/
+1
*
Move purge and delete_messages from Messageable.
Rapptz
2017-02-26
2
-144
/
+145
*
Check for PrivateChannel before GuildChannel in Client.get_channel
Rapptz
2017-02-25
1
-4
/
+4
*
Wrap asyncio.wait into a saner alternative that raises TimeoutError.
Rapptz
2017-02-25
2
-3
/
+10
*
Make Guild.large a property instead of an attribute.
Rapptz
2017-02-24
1
-7
/
+17
*
Add info logging for close codes we cannot handle.
Rapptz
2017-02-24
1
-0
/
+1
*
Miscellaneous documentation fixes in Client.wait_for
Rapptz
2017-02-23
1
-4
/
+7
*
Remove Client.email attribute.
Rapptz
2017-02-23
1
-5
/
+0
*
Fall back to single message delete in Messageable.purge
Rapptz
2017-02-23
1
-9
/
+30
*
Add User.avatar_url_as to convert a user's avatar.
Rapptz
2017-02-22
1
-5
/
+37
*
[commands] Register cog listeners with the name of the attribute.
Rapptz
2017-02-22
1
-1
/
+1
*
Forward keyword arguments in Member.ban
Rapptz
2017-02-21
1
-2
/
+2
*
Fix Client.emojis returning a list of IDs.
Rapptz
2017-02-21
1
-1
/
+1
*
Check that the type in Colour and Permissions are int.
Rapptz
2017-02-21
2
-1
/
+7
*
Reconnect when a task times out and propagates.
Rapptz
2017-02-19
1
-0
/
+1
*
[commands] Fix bad logic in command list filtering.
Rapptz
2017-02-18
1
-1
/
+1
*
Fix NameError in GuildChannel.overwrites_for
Rapptz
2017-02-17
1
-2
/
+2
*
Fix Guild.bans to return a BanEntry object.
Rapptz
2017-02-16
1
-4
/
+15
*
Add experimental reconnection logic.
Rapptz
2017-02-15
3
-33
/
+141
*
Don't RESUME when given sharding related close codes.
Rapptz
2017-02-15
1
-1
/
+1
*
Make discord.ext a namespace package.
Rapptz
2017-02-14
2
-13
/
+2
*
Ensure after is called inside the daemon thread for players.
Rapptz
2017-02-14
1
-2
/
+6
*
[commands] Add commands.clean_content converter.
Rapptz
2017-02-13
2
-2
/
+62
*
Fix bug with Message.role_mentions always being empty.
Rapptz
2017-02-13
1
-1
/
+1
*
[commands] Allow converters to be instantiated.
Rapptz
2017-02-13
2
-8
/
+14
*
Allow utils.maybe_coroutine to take any arguments.
Rapptz
2017-02-13
1
-3
/
+3
*
Add support for limit=None in Messageable.history.
Rapptz
2017-02-13
2
-11
/
+33
*
[commands] Remove Commands: if no commands can be run in help command.
Rapptz
2017-02-13
1
-2
/
+4
*
Documentation fixes for permission.
Rapptz
2017-02-13
1
-3
/
+3
*
[commands] Add cog local error handlers via __error.
Rapptz
2017-02-12
1
-2
/
+11
*
[commands] Add param attribute to MissingRequiredArgument
Rapptz
2017-02-12
2
-2
/
+9
*
Implement async checks. Fixes #380.
Rapptz
2017-02-12
5
-40
/
+83
*
Implement utilities for AsyncIterator.
Rapptz
2017-02-11
4
-52
/
+181
*
Add Client.get_user_profile to get an arbitrary user's profile.
Rapptz
2017-02-10
1
-1
/
+38
[next]