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
*
Remove Invite.accept.
Rapptz
2017-07-08
1
-19
/
+0
*
First pass at commands narrative documentation.
Rapptz
2017-07-08
1
-2
/
+2
*
[commands] unload cog submodules
khazhyk
2017-07-07
1
-0
/
+3
*
Handle everyone role having top priority in permission resolution.
Rapptz
2017-07-07
1
-2
/
+13
*
Accidentally left a print statement.
Rapptz
2017-07-05
1
-1
/
+0
*
Fix TextChannel.purge not working.
Rapptz
2017-07-04
1
-1
/
+1
*
Implement a LRU cache for private channels.
Rapptz
2017-07-04
2
-5
/
+27
*
Don't unnecessarily re-create private channels.
Rapptz
2017-07-04
1
-3
/
+6
*
Fixed a typo in calls.py
JW
2017-07-04
1
-1
/
+1
*
Rename AsyncIterator.get to next to prevent shadowing.
Rapptz
2017-07-04
3
-12
/
+12
*
handle Game.name being None
khazhyk
2017-07-03
1
-1
/
+1
*
[commands] fix unloading incorrect cogs
khazhyk
2017-07-03
1
-3
/
+6
*
[commands] clean up remove_cog documentation
khazhyk
2017-07-03
1
-3
/
+2
*
Allow PartialReactionEmoji in add_reaction and remove_reaction.
Rapptz
2017-07-02
2
-3
/
+12
*
Fix Message.remove_reaction and Message.add_reaction taking in Reaction
Rapptz
2017-07-02
1
-4
/
+6
*
[commands] Improve commands.when_mentioned_or documentation.
Rapptz
2017-07-01
1
-2
/
+19
*
Add support for user flags in Profile.
Rapptz
2017-06-30
3
-6
/
+36
*
Typo in docstring for TextChannel.delete_messages
Rapptz
2017-06-29
1
-1
/
+1
*
Allow TextChannel.delete_messages to take lists of 0 or 1 element.
Rapptz
2017-06-29
1
-8
/
+22
*
[commands] Do not take up 'command' keyword-argument in Context.invoke.
Rapptz
2017-06-27
1
-3
/
+12
*
[commands] Add parameter that failed in fall-back BadArgument error.
Rapptz
2017-06-26
1
-1
/
+1
*
Add Reaction.__str__
Rapptz
2017-06-26
1
-1
/
+4
*
Properly sort roles and discard everyone role in Member.colour.
Rapptz
2017-06-24
1
-2
/
+4
*
Fix missing lazy logging format calls.
Rapptz
2017-06-24
1
-5
/
+5
*
Actually expose Message.webhook_id.
Rapptz
2017-06-24
1
-0
/
+1
*
[commands] Ensure that Context.command is the command in Command.can_run
Rapptz
2017-06-21
1
-17
/
+23
*
[commands] Add __global_check_once to list of cog functions.
Rapptz
2017-06-20
1
-0
/
+4
*
[commands] Add Bot.check_once for a global check that is called once.
Rapptz
2017-06-20
1
-11
/
+74
*
Fix passing None to afk_channel in Guild.edit.
Rapptz
2017-06-19
1
-3
/
+11
*
[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
[next]