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
*
[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
*
Add PCMVolumeTransformer to augment volume of a PCM stream.
Rapptz
2017-04-19
3
-4
/
+72
*
Add VoiceClient.is_paused to query pause state.
Rapptz
2017-04-19
2
-0
/
+7
*
Add VoiceClient.source to get the AudioSource being played.
Rapptz
2017-04-19
1
-0
/
+5
*
Fix static cut-off when playing.
Rapptz
2017-04-18
1
-2
/
+8
*
Clean cache when TimeoutError occurs.
Rapptz
2017-04-18
1
-1
/
+1
*
Better handling of VOICE_SERVER_UPDATE.
Rapptz
2017-04-18
3
-29
/
+34
*
Fix FFmpegPCMAudio not working with spaces in filename.
Rapptz
2017-04-18
1
-1
/
+1
*
Remove unused imports.
Rapptz
2017-04-18
9
-31
/
+10
*
Properly cleanup of VoiceClients in cache.
Rapptz
2017-04-18
2
-3
/
+7
*
Add Guild.voice_client shortcut.
Rapptz
2017-04-18
1
-1
/
+5
*
Re-implement voice sending.
Rapptz
2017-04-18
11
-527
/
+599
*
Don't clear state when READY is reached for auto sharded clients.
Rapptz
2017-04-16
1
-1
/
+0
*
Support for API v7 error handling.
Rapptz
2017-04-15
2
-7
/
+37
*
Start typing immediately when using async typing context manager.
Rapptz
2017-04-12
1
-6
/
+17
*
Export missing enums.
Rapptz
2017-04-12
2
-1
/
+4
*
Add Guild.explicit_content_filter.
Rapptz
2017-04-12
3
-2
/
+30
*
Use create_future wrapper for initially created Future.
Rapptz
2017-04-12
1
-1
/
+1
*
Improve logging in more places.
Rapptz
2017-04-12
3
-14
/
+21
*
[commands] Bot.get_all_emojis no longer exists.
Rapptz
2017-04-12
1
-2
/
+2
*
[commands] Export missing built-in converters.
Rapptz
2017-04-12
1
-1
/
+1
*
Use global user cache to fetch reaction event data.
Rapptz
2017-04-09
1
-9
/
+6
*
Fix view_audit_log incorrect pluralisation.
Rapptz
2017-04-08
1
-1
/
+1
*
Fix File not using the filename if given
FrostLuma
2017-04-08
1
-0
/
+2
*
Add support for multiple file attachments.
Rapptz
2017-04-08
5
-31
/
+122
*
Proper recursion when launching shards.
Rapptz
2017-04-07
1
-1
/
+1
*
Fix KeyError in certain logging cases.
Rapptz
2017-04-07
1
-2
/
+2
*
Use an asyncio.Event instead of an asyncio.Lock for global rate limits.
Rapptz
2017-04-01
1
-6
/
+8
*
Proper termination of HistoryIterator.flatten.
Rapptz
2017-03-30
1
-1
/
+1
*
Keep track of Emoji instances myself.
Rapptz
2017-03-29
2
-3
/
+9
*
[commands] Fix User converter not working with IDs.
Rapptz
2017-03-27
1
-1
/
+1
*
[commands] Add is_owner check and Bot.is_owner.
Rapptz
2017-03-27
3
-2
/
+49
*
[commands] Remove Command.no_pm for commands.guild_only check.
Rapptz
2017-03-26
2
-15
/
+22
*
Always overwrite Emoji references in the state.
Rapptz
2017-03-26
1
-5
/
+2
*
Remove unnecessary shielding.
Rapptz
2017-03-25
1
-1
/
+1
*
Make Role.members use a list comprehension.
Rapptz
2017-03-25
1
-5
/
+1
*
Allow Emoji to be used in a weakref.
Rapptz
2017-03-24
1
-1
/
+1
*
Fix memory leak by holding on to Emoji references weakly.
Rapptz
2017-03-24
1
-1
/
+1
*
Revert "Reference the ConnectionState by weakref."
Rapptz
2017-03-24
1
-19
/
+19
*
Set closed state before actually finishing cleaning up.
Rapptz
2017-03-24
1
-1
/
+2
*
More robust cleanup for Client.run.
Rapptz
2017-03-24
2
-13
/
+28
*
Sort Guild.text_channels and Guild.voice_channels in UI order.
Rapptz
2017-03-23
1
-4
/
+14
*
Upgrade aiohttp requirement to 2.0.
Rapptz
2017-03-23
1
-1
/
+1
*
Reference the ConnectionState by weakref instead of a strong reference.
Rapptz
2017-03-22
1
-19
/
+19
*
Add Permissions.view_audit_log
Rapptz
2017-03-21
1
-3
/
+12
*
[commands] Fix minor spacing issue in Command.signature
Rapptz
2017-03-21
1
-1
/
+1
*
Aggregate shard closing futures instead of doing them sequentially.
Rapptz
2017-03-21
1
-3
/
+2
[next]