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 experimental ytdl player.
Rapptz
2015-12-11
1
-1
/
+66
*
ffmpeg process is now properly killed.
Rapptz
2015-12-11
1
-12
/
+36
*
Add missing implementation for create_stream_player.
Rapptz
2015-12-10
1
-0
/
+1
*
Simplified permissions bit operations.
Rapptz
2015-12-10
1
-2
/
+2
*
Close the ClientSession in __del__.
Rapptz
2015-12-10
1
-0
/
+4
*
Fix bug where Role.is_everyone doesn't propagate in GUILD_ROLE_UPDATE.
Rapptz
2015-12-10
1
-1
/
+3
*
Add headers to data classes for easier navigation.
Rapptz
2015-12-09
1
-0
/
+34
*
Ignore binary files used for testing.
Rapptz
2015-12-09
1
-0
/
+6
*
Add missing Role import in Client.
Rapptz
2015-12-09
1
-0
/
+1
*
I'm being forced to change the user agent string again.
Rapptz
2015-12-09
1
-1
/
+1
*
Modify User-Agent header to meet React's requirements.
Rapptz
2015-12-09
1
-1
/
+3
*
Client now keeps a reference to the VoiceClient constructed.
Rapptz
2015-12-09
2
-11
/
+30
*
Document discord.__version__ and discord.version_info
Rapptz
2015-12-09
1
-0
/
+18
*
Add discord.version_info
Rapptz
2015-12-09
2
-2
/
+11
*
Add ability to pause/resume audio stream from StreamPlayer.
Rapptz
2015-12-09
1
-19
/
+40
*
Close ffmpeg process after stream is finished.
Rapptz
2015-12-09
1
-1
/
+6
*
Clear up documentation on passing discord.Object
Rapptz
2015-12-09
1
-2
/
+5
*
Add enums to __init__.py
Rapptz
2015-12-09
1
-0
/
+1
*
Add Client.wait_for_message
Rapptz
2015-12-09
1
-0
/
+136
*
Documentation fixes for opus related import errors.
Rapptz
2015-12-08
2
-8
/
+9
*
Add OpusNotLoaded exception and opus.is_loaded utility function.
Rapptz
2015-12-08
3
-3
/
+36
*
Explicitly close responses that don't get read.
Rapptz
2015-12-08
1
-0
/
+15
*
Documentation fixes for opus bindings.
Rapptz
2015-12-08
2
-14
/
+23
*
Fix exception handling having a NameError
Rapptz
2015-12-08
1
-2
/
+2
*
Clear up some documentation.
Rapptz
2015-12-08
3
-0
/
+27
*
Working voice sending implementation.
Rapptz
2015-12-08
4
-3
/
+391
*
Fix issue with member.roles being empty.
Rapptz
2015-12-08
1
-1
/
+2
*
Work on connecting to a voice channel.
Rapptz
2015-12-07
3
-20
/
+315
*
Use @me endpoint for Client.start_private_message
Rapptz
2015-12-06
1
-1
/
+1
*
Update example code.
Rapptz
2015-12-06
5
-33
/
+32
*
Forced keyword argument for allow/deny in edit_channel_permissions
Rapptz
2015-12-06
1
-2
/
+2
*
Handle GUILD_UPDATE
Rapptz
2015-12-06
4
-9
/
+32
*
Documentation fixes in Client.connect.
Rapptz
2015-12-05
1
-2
/
+4
*
Add role management functions.
Rapptz
2015-12-05
1
-0
/
+328
*
Add Client.delete_invite.
Rapptz
2015-12-05
1
-3
/
+33
*
Add Client.start and Client.run shortcuts.
Rapptz
2015-12-05
1
-0
/
+22
*
Add _is_logged_in to the constructor.
Rapptz
2015-12-05
1
-0
/
+1
*
Add invite management functions.
Rapptz
2015-12-05
1
-0
/
+134
*
Switch to NumPy style documentation.
Rapptz
2015-12-04
5
-67
/
+44
*
Add server management commands.
Rapptz
2015-12-04
2
-7
/
+158
*
Add enumerators instead of strings.
Rapptz
2015-12-04
7
-108
/
+231
*
Add channel management functions
Rapptz
2015-12-04
1
-0
/
+121
*
Add member management functions.
Rapptz
2015-12-04
1
-114
/
+365
*
Update README and setuputils related files to point to async version.
Rapptz
2015-12-04
3
-14
/
+34
*
Move async_client.py to client.py
Rapptz
2015-12-04
3
-2005
/
+531
*
Implement a bunch of other HTTP request functions.
Rapptz
2015-12-04
2
-17
/
+339
*
Add Forbidden and NotFound exceptions.
Rapptz
2015-12-04
3
-2
/
+26
*
Begin working on asyncio port.
Rapptz
2015-12-04
6
-25
/
+811
*
Point to the docs in the README and clear up notes on breaking changes
Rapptz
2015-11-30
1
-9
/
+11
*
Don't silently swallow ValueError thrown from on_channel_delete.
Rapptz
2015-11-30
1
-1
/
+2
[next]