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
...
*
Add cached_message to on_raw_message_edit event
Vexs
2019-05-09
3
-3
/
+12
*
Mention what can be done during initialisation in embeds.
Rapptz
2019-05-07
1
-3
/
+6
*
[commands] Better note for Command.invoke
Rapptz
2019-05-05
1
-6
/
+11
*
Translation sync with Crowdin
Rapptz
2019-05-04
19
-11331
/
+9336
*
Actually use multiple checks in the examples for checks.
Rapptz
2019-05-01
1
-0
/
+2
*
Add log line to show if we disconnected normally.
Rapptz
2019-05-01
1
-0
/
+1
*
[tasks] Add way to query cancellation state for Loop.after_loop
Rapptz
2019-04-30
2
-8
/
+51
*
Add support for voice kicking.
Rapptz
2019-04-30
1
-5
/
+13
*
[commands] Fix MessageConverter not inheriting from Converter
Rapptz
2019-04-29
1
-1
/
+1
*
[tasks] Remove support for awaitables due to gotchas.
Rapptz
2019-04-29
2
-37
/
+17
*
Proper location of versionadded
Rapptz
2019-04-29
1
-2
/
+2
*
Fixed a typo in GuildChannel.overwrites docstring
DevilXD
2019-04-29
1
-1
/
+1
*
Fixed TextChannel edit method missing slowmode unit
DevilXD
2019-04-29
2
-4
/
+4
*
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
[prev]
[next]