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
...
*
Added missing get_role method to the faq.
Tarek1337
2019-04-29
1
-0
/
+1
*
Add read method to attachment objects
Vexs
2019-04-29
1
-2
/
+37
*
[commands] Fix Context.send_help to work with the copied HelpCommand
Rapptz
2019-04-29
1
-0
/
+2
*
[commands] Copy HelpCommand instances to prevent race conditions.
Rapptz
2019-04-29
1
-29
/
+52
*
Fix USER_UPDATE changes not triggering for member instances.
Rapptz
2019-04-28
2
-19
/
+31
*
Rewrite loop cleanup code (again...) and remove signal handling.
Rapptz
2019-04-26
1
-66
/
+27
*
voice room → voice channel in event documentation
Rapptz
2019-04-25
1
-2
/
+2
*
Use a regular boolean instead of asyncio.Event for close status.
Rapptz
2019-04-25
2
-6
/
+6
*
[commands] Allow passing `current` to more cooldown mapping methods.
Rapptz
2019-04-24
2
-5
/
+9
*
Add Asset.read() to retrieve assets into bytes objects
slice
2019-04-20
1
-22
/
+40
*
[commands] Allow passing of a message to NoPrivateMessage again.
Rapptz
2019-04-20
2
-4
/
+5
*
[commands] DM channels are NSFW in commands.is_nsfw check.
Rapptz
2019-04-20
1
-2
/
+3
*
Consistent use of __all__ to prevent merge conflicts.
Rapptz
2019-04-20
12
-36
/
+130
*
[commands] Clean docstrings in Command.parents and Command.root_parent
Rapptz
2019-04-20
1
-7
/
+3
*
[commands] Consistently mention inheritance of exceptions.
Rapptz
2019-04-20
1
-12
/
+45
*
[commands] Add Command.parents
Vexs
2019-04-20
1
-8
/
+22
*
[commands] Add custom exception classes for built-in checks
Vexs
2019-04-20
3
-47
/
+241
*
Make Message.ack an actual coroutine function.
Rapptz
2019-04-20
1
-2
/
+2
*
Add currently undocumented premium_tier field.
Rapptz
2019-04-20
1
-1
/
+2
*
Explicit namespacing in the PermissionOverwrite example.
Rapptz
2019-04-19
1
-1
/
+1
*
[commands] Missing an extra ] in the documented return type.
Rapptz
2019-04-19
1
-1
/
+1
*
[commands] Allow passing cls to the commands.group decorator
Vexs
2019-04-19
1
-3
/
+8
*
Add reason to TextChannel.create_webhook
Rapptz
2019-04-18
2
-4
/
+10
*
Add abc.GuildChannel.clone to clone a channel with another name.
Rapptz
2019-04-18
2
-0
/
+71
*
Add note about overriding Client.close vs Client.logout
Rapptz
2019-04-18
1
-0
/
+6
*
Make context documentation in migration a bit more clear.
Rapptz
2019-04-18
1
-7
/
+11
*
Add versionchanged to Message.delete
Rapptz
2019-04-18
1
-0
/
+3
*
[commands] Update default on_command_error
sirtezza451
2019-04-18
1
-2
/
+1
*
Add delay kwarg to message.delete()
Vexs
2019-04-18
2
-17
/
+20
*
Add support for <:name:id> format for adding reactions
Vexs
2019-04-17
2
-3
/
+5
*
add read-only cached_messages property to Client
khazhyk
2019-04-17
3
-2
/
+39
*
[commands] Add new MessageConverter to commands prose page.
Rapptz
2019-04-17
2
-4
/
+8
*
[commands] Add MessageConverter to fetch messages by URL or ID.
retke
2019-04-17
2
-1
/
+39
*
Remove legacy nsfw check.
Rapptz
2019-04-16
1
-6
/
+3
*
Make discord --version a bit more helpful.
Rapptz
2019-04-16
1
-4
/
+24
*
Remove Python 3.5 check in __main__.py
Rapptz
2019-04-16
1
-7
/
+1
*
Improve performance of value -> enum by about 5x.
Rapptz
2019-04-15
3
-4
/
+57
*
[tasks] Fix assignment of tuple when appending
Danny
2019-04-15
1
-1
/
+1
*
Fix UnboundLocalError when RequestsWebhookAdapter raises an error.
Rapptz
2019-04-15
1
-1
/
+4
*
Add notes to all relationship endpoints that they don't work on bots.
Rapptz
2019-04-14
1
-10
/
+74
*
Internal consistency with message related HTTPClient methods
Rapptz
2019-04-14
4
-16
/
+16
*
Bump version to 1.1.0a
Rapptz
2019-04-14
1
-2
/
+2
*
Add compute_prune_count to Guild.prune_members
Rapptz
2019-04-14
2
-7
/
+14
*
[commands] Use message creation as the reference time in cooldowns
Rapptz
2019-04-14
1
-1
/
+3
*
[commands] Allow passing reference time to update_rate_limit
Rapptz
2019-04-14
1
-2
/
+2
*
Fix abc.GuildChannel.overwrites returning None keys.
Rapptz
2019-04-14
1
-1
/
+8
*
Fix typo in on_raw_reaction_remove docs.
Rapptz
2019-04-14
1
-1
/
+1
*
Fix attribute error in Widget.__repr__
Rapptz
2019-04-13
1
-1
/
+1
*
Add equality comparisons between two assets and hashing an asset.
Rapptz
2019-04-13
1
-0
/
+21
*
Bool fix in TextChannel.purge documentation.
Lorenzo
2019-04-13
1
-1
/
+1
[prev]
[next]