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
*
Rename image file to lower case png.
Rapptz
2017-05-12
2
-1
/
+1
*
Fix some left over incorrect snippets.
Rapptz
2017-05-12
2
-3
/
+3
*
Fix dead cross-reference links in the migrating page.
Rapptz
2017-05-12
1
-4
/
+4
*
Hide the title in the index.
Rapptz
2017-05-12
2
-2
/
+7
*
First pass at documentation reform.
Rapptz
2017-05-12
35
-658
/
+2534
*
Rename abc.Callable to abc.Connectable.
Rapptz
2017-05-10
2
-2
/
+2
*
[commands] Converter.convert is always a coroutine.
Rapptz
2017-05-10
2
-78
/
+83
*
[commands] Fix default error handler to work with the switch.
Rapptz
2017-05-10
1
-1
/
+1
*
Allow comparison between User and Member instances again.
Rapptz
2017-05-10
1
-1
/
+1
*
[commands] Re-order error handler arguments.
Rapptz
2017-05-10
2
-7
/
+7
*
Only set the attribute if it isn't None.
Rapptz
2017-05-10
1
-1
/
+3
*
Make sure that websockets.connect is a coroutine.
Rapptz
2017-05-09
1
-2
/
+11
*
Remove Guild.change_vanity_invite in favour of Guild.edit
Rapptz
2017-05-09
1
-29
/
+11
*
Add back Client.create_guild.
Rapptz
2017-05-09
1
-1
/
+47
*
Rename GuildRegion to VoiceRegion.
Rapptz
2017-05-09
4
-11
/
+11
*
Properly check for audit log entry termination.
Rapptz
2017-05-07
1
-10
/
+10
*
Make AuditLogDiff.roles an empty list instead of None.
Rapptz
2017-05-07
2
-2
/
+2
*
Skip None action types when iterating.
Rapptz
2017-05-07
1
-0
/
+4
*
Add support for audit log reasons.
Rapptz
2017-05-07
9
-131
/
+217
*
Fix NameError when making things Object in audit logs.
Rapptz
2017-05-07
1
-2
/
+2
*
Audit log role add and removes are lists, not single item.
Rapptz
2017-05-06
2
-14
/
+19
*
Replace hasattr with try except in chunker.
Rapptz
2017-05-05
1
-2
/
+2
*
Split on_channel_pins_update as well.
Rapptz
2017-05-05
1
-2
/
+16
*
Rework some events to make more sense.
Rapptz
2017-05-05
1
-9
/
+10
*
[commands] Export is_nsfw check.
Rapptz
2017-05-05
1
-1
/
+1
*
Change some format usage to use %-formatting.
Rapptz
2017-05-04
5
-9
/
+9
*
Add support for message delete audit log action type.
Rapptz
2017-05-04
3
-1
/
+29
*
Explicitly close UDP sockets when re-creating them.
Rapptz
2017-05-02
1
-1
/
+10
*
Fix NameError in HTTPClient.kick
Rapptz
2017-05-02
1
-1
/
+1
*
[commands] Add is_nsfw check.
Rapptz
2017-05-01
1
-0
/
+6
*
Make sure that the chunker task only runs once.
Rapptz
2017-05-01
1
-25
/
+34
*
Add support for setting and retrieving guild vanity invites.
Rapptz
2017-04-30
3
-0
/
+64
*
Changed audit_log to audit_logs in documentation
Twentysix
2017-04-30
3
-3
/
+3
*
Implement audit logs.
Rapptz
2017-04-30
9
-14
/
+1294
*
Better TextChannel.is_nsfw() check.
Rapptz
2017-04-30
1
-1
/
+1
*
Add Client.get_emoji to get an Emoji from an ID.
Rapptz
2017-04-30
2
-0
/
+7
*
Add TextChannel.is_nsfw method to check for NSFW channels.
Rapptz
2017-04-26
1
-0
/
+5
*
Don't set VoiceClient.channel to None when VOICE_STATE_UPDATE says so.
Rapptz
2017-04-26
1
-1
/
+3
*
[commands] Fix lack of space in when_mentioned
Rapptz
2017-04-24
1
-1
/
+1
*
[commands] Add Context.voice_client shortcut.
Rapptz
2017-04-24
1
-0
/
+6
*
[commands] Make when_mentioned always have both mention formats.
Rapptz
2017-04-24
1
-5
/
+2
*
Wait 5 seconds before attempting to RESUME during INVALIDATE_SESSION.
Rapptz
2017-04-22
1
-0
/
+1
*
Fix some linting errors.
Rapptz
2017-04-22
2
-5
/
+2
*
Fix NameError in Role.edit when moving roles.
Rapptz
2017-04-22
1
-0
/
+1
*
Fix NameError in GuildChannel.changed_roles
Rapptz
2017-04-22
1
-0
/
+1
*
Timeout when doing initial connection.
Rapptz
2017-04-22
3
-16
/
+25
*
[commands] Allow loading cogs from folders.
Rapptz
2017-04-21
2
-9
/
+10
*
Allow using Reaction objects while adding or removing reactions.
Rapptz
2017-04-21
1
-6
/
+10
*
Support for new member message types.
Rapptz
2017-04-21
2
-0
/
+29
*
Allow setting a default volume in PCMVolumeTransformer.
Rapptz
2017-04-19
1
-2
/
+5
[next]