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
path:
root
/
discord
Commit message (
Expand
)
Author
Age
Files
Lines
*
[commands] Try to use the proper name when conversion fails.
Rapptz
2017-06-17
1
-1
/
+6
*
Properly quote reason header so non-ASCII works in audit log reasons.
Rapptz
2017-06-17
1
-1
/
+2
*
Make checking for truth-ness of EmbedProxy easier.
Rapptz
2017-06-16
1
-0
/
+3
*
[commands] Fix cog error detection in the default global error handler.
Rapptz
2017-06-13
1
-1
/
+1
*
[commands] Don't display default error handler if a cog local exists.
Rapptz
2017-06-12
1
-2
/
+8
*
Downgrade PartialReactionEmoji to str in non-raw reaction events.
Rapptz
2017-06-09
1
-1
/
+4
*
Defer logging formatting until the logger is actually called.
Rapptz
2017-06-09
6
-19
/
+17
*
Implement "partial" message events.
Rapptz
2017-06-09
6
-25
/
+108
*
Allow sending files list smaller than 2 elements in Messageable.send
BeatButton
2017-06-07
1
-4
/
+3
*
[commands] Add docstrings for extension loading.
Rapptz
2017-06-05
1
-0
/
+42
*
Fix AuditLogDiff.__iter__ to return an actual iterable.
Rapptz
2017-06-04
1
-1
/
+1
*
Log when a player's after function fails.
Rapptz
2017-06-02
1
-1
/
+4
*
[commands] Allow inline advanced converters via classmethods.
Rapptz
2017-06-01
1
-4
/
+10
*
Support for sending a nonce.
Rapptz
2017-05-31
2
-6
/
+15
*
Don't assume the inviter is always there.
Rapptz
2017-05-31
1
-1
/
+4
*
Writing to files is 'wb' not 'rb'.
Rapptz
2017-05-30
1
-1
/
+1
*
Export Attachment class.
Rapptz
2017-05-30
1
-1
/
+1
*
Implement an Attachment model.
Rapptz
2017-05-30
2
-4
/
+86
*
Remove unused functions in HTTPClient.
Rapptz
2017-05-30
1
-15
/
+0
*
[commands] Add escape_markdown parameter for clean_content.
Rapptz
2017-05-28
1
-1
/
+16
*
Permissions.view_audit_logs -> Permissions.view_audit_log
Rapptz
2017-05-28
1
-3
/
+3
*
Rename verification level to extreme due to demand.
Rapptz
2017-05-27
1
-1
/
+1
*
Add highest verification level.
Rapptz
2017-05-27
1
-5
/
+7
*
[commands] Fix EmojiConverter not working with underscore names.
Rapptz
2017-05-26
1
-3
/
+3
*
Don't expose Client.messages
Rapptz
2017-05-26
2
-19
/
+8
*
Log when a KeyboardInterrupt is met in Client.run
Rapptz
2017-05-25
1
-1
/
+1
*
Document that exceptions happen in Guild.audit_logs.
Rapptz
2017-05-25
1
-0
/
+7
*
Don't dispatch on_voice_state_update when Member is not found.
Rapptz
2017-05-22
1
-1
/
+3
*
Use Python3Lexer instead of PythonLexer for pygments.
Rapptz
2017-05-22
6
-15
/
+15
*
Raise when an invalid permission is passed to PermissionOverwrite.
Rapptz
2017-05-20
1
-0
/
+3
*
Allow setting a presence upon logging in.
Rapptz
2017-05-20
3
-1
/
+29
*
Rewrite Client.run yet again.
Rapptz
2017-05-20
1
-16
/
+32
*
Re-raise exceptions from Client.start in Client.run.
Rapptz
2017-05-20
1
-15
/
+18
*
Re-implement how Client.run is done by using run_forever instead.
Rapptz
2017-05-20
1
-4
/
+18
*
Only do loop cleanup in finally block when on windows.
Rapptz
2017-05-20
1
-2
/
+4
*
Check if we're closing the event loop before using it.
Rapptz
2017-05-20
1
-1
/
+5
*
More broken Channel references.
Rapptz
2017-05-20
2
-3
/
+3
*
Oversight in Permissions still having a table.
Rapptz
2017-05-20
1
-30
/
+30
*
Make supported operations stand out more than attributes.
Rapptz
2017-05-20
10
-127
/
+155
*
Kill remaining references to discord.Channel in documentation.
Rapptz
2017-05-19
3
-6
/
+6
*
[commands] Add Context.reinvoke and Command.root_parent
Rapptz
2017-05-19
2
-2
/
+128
*
[commands] Fix Context.command_failed from being incorrect.
Rapptz
2017-05-18
3
-2
/
+5
*
Minor speedup when doing comparisons.
Rapptz
2017-05-18
2
-4
/
+8
*
Fix User == Member comparisons.
Rapptz
2017-05-18
2
-4
/
+4
*
Fix format string in new bot template.
Rapptz
2017-05-17
1
-1
/
+1
*
First pass at having a __main__ file.
Rapptz
2017-05-17
1
-0
/
+280
*
Rename internal ConnectionState attribute to have an underscore.
Rapptz
2017-05-16
3
-34
/
+34
*
Client.get_user_info uses int for IDs not str.
Rapptz
2017-05-15
1
-1
/
+1
*
Rename Colour.to_tuple to Colour.to_rgb.
Rapptz
2017-05-15
1
-1
/
+1
*
Add Colour.from_rgb.
Rapptz
2017-05-15
1
-0
/
+5
[next]