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
*
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
*
Add Client.emojis to get all emojis.
Rapptz
2017-02-10
2
-6
/
+9
*
Fix NameError in GroupChannel.
Rapptz
2017-02-10
1
-1
/
+1
*
[commands] Add Command.usage argument to override argument display.
Michael Van Buren
2017-02-10
2
-1
/
+6
*
Fix Member.display_name to work.
Rapptz
2017-02-10
2
-1
/
+11
*
Fix NameError in Client.get_invite
Rapptz
2017-02-10
1
-1
/
+1
*
Better group DM support.
Rapptz
2017-02-09
3
-1
/
+174
*
Call message edit handlers after attempting to patch individual fields
Rapptz
2017-02-09
1
-6
/
+6
*
Removed unused variables in routes.
Rapptz
2017-02-09
1
-3
/
+0
*
Fix more places where server is used instead of guild in docstrings.
Rapptz
2017-02-08
2
-3
/
+3
*
Fix support for instant invites.
Rapptz
2017-02-08
4
-96
/
+165
*
Remove unused constants in HTTPClient
Rapptz
2017-02-08
1
-12
/
+0
*
Add missing continue statement in gateway futures.
Rapptz
2017-02-08
1
-0
/
+1
*
Handle HEARTBEAT_ACK
Rapptz
2017-02-08
1
-2
/
+24
*
Rewrite RESUME logic to be more in line with what is requested.
Rapptz
2017-02-08
3
-24
/
+13
*
Only defer the lock if we're pre-emptively rate limiting.
Rapptz
2017-02-08
1
-1
/
+1
*
[commands] Better support for retrieving children commands.
Rapptz
2017-02-06
1
-2
/
+25
*
[commands] Fix converters returning the wrong types when an ID is passed
Rapptz
2017-01-31
1
-2
/
+2
*
Fix Member.permissions_in passing in the wrong self parameter.
Rapptz
2017-01-31
1
-0
/
+16
*
Fix parsing of Invite.user
Rapptz
2017-01-30
1
-2
/
+2
*
Faster implementation of Guild.default_channel.
Rapptz
2017-01-29
1
-4
/
+4
*
Change Role.is_everyone to Role.is_default.
Rapptz
2017-01-29
2
-9
/
+9
*
Make all public is_ functions into methods instead of properties.
Rapptz
2017-01-29
6
-16
/
+11
*
Remove unused Message._handle_upgrades function.
Rapptz
2017-01-29
1
-17
/
+0
*
Re-add Client.wait_until_ready
Rapptz
2017-01-29
2
-1
/
+23
*
Allow removing an embed in Message.edit
Rapptz
2017-01-29
2
-15
/
+22
*
Add missing int casts in many different events in the state.
Rapptz
2017-01-28
2
-14
/
+13
*
[commands] Implement before and after invoke command hooks.
Rapptz
2017-01-27
2
-2
/
+186
*
[commands] Add Context.command_failed attribute.
Rapptz
2017-01-27
2
-7
/
+12
*
Add ClientUser.friends and ClientUser.blocked
Rapptz
2017-01-27
1
-0
/
+10
*
[commands] Add cog local checks via __local_check
Rapptz
2017-01-26
1
-0
/
+10
*
[commands] Rename __check to __global_check for cogs.
Rapptz
2017-01-26
1
-3
/
+3
*
[commands] Allow customising the Context class in get_context.
Rapptz
2017-01-26
1
-3
/
+9
*
Update examples to use the new generic wait_for.
Rapptz
2017-01-26
2
-6
/
+10
*
Replace wait_for_* with a generic Client.wait_for
Rapptz
2017-01-25
1
-288
/
+84
*
Add compatibility shim for asyncio.Future creation.
Rapptz
2017-01-25
4
-4
/
+13
*
Remove unused ChannelPermissions namedtuple.
Rapptz
2017-01-25
2
-4
/
+1
*
Remove Client.__getattr__ and Client.__setattr__ shims.
Rapptz
2017-01-25
1
-25
/
+28
*
Optimise attribute access when dispatching.
Rapptz
2017-01-25
2
-23
/
+18
*
Implement User.profile coroutine to get a user's profile.
Rapptz
2017-01-24
4
-2
/
+70
*
Add option to disable auto member chunking.
Rapptz
2017-01-23
4
-97
/
+156
*
Fix issue with user bots chunking unavailable guilds.
Rapptz
2017-01-21
1
-2
/
+2
*
Allow unique invites for Client.create_invite.
Rapptz
2017-01-21
2
-3
/
+6
*
Update copyright year to 2017.
Rapptz
2017-01-20
44
-49
/
+49
*
Add support for relationships.
Rapptz
2017-01-20
8
-5
/
+272
[next]