Rapptz
|
98ba68bb66
|
Simplified permissions bit operations.
|
9 years ago |
Rapptz
|
7834236044
|
Close the ClientSession in __del__.
|
9 years ago |
Rapptz
|
d3fac94e21
|
Fix bug where Role.is_everyone doesn't propagate in GUILD_ROLE_UPDATE.
|
9 years ago |
Rapptz
|
f8af89f88c
|
Add headers to data classes for easier navigation.
|
9 years ago |
Rapptz
|
993404b7fc
|
Ignore binary files used for testing.
|
9 years ago |
Rapptz
|
e4cdbca476
|
Add missing Role import in Client.
|
9 years ago |
Rapptz
|
e25cfae31d
|
I'm being forced to change the user agent string again.
|
9 years ago |
Rapptz
|
573fa90f1b
|
Modify User-Agent header to meet React's requirements.
|
9 years ago |
Rapptz
|
eda3c626db
|
Client now keeps a reference to the VoiceClient constructed.
|
9 years ago |
Rapptz
|
5335f468d2
|
Document discord.__version__ and discord.version_info
|
9 years ago |
Rapptz
|
2bf527334f
|
Add discord.version_info
|
9 years ago |
Rapptz
|
6a4bddd69b
|
Add ability to pause/resume audio stream from StreamPlayer.
|
9 years ago |
Rapptz
|
3ca5845566
|
Close ffmpeg process after stream is finished.
|
9 years ago |
Rapptz
|
da5d7581ee
|
Clear up documentation on passing discord.Object
|
9 years ago |
Rapptz
|
4e3301a57c
|
Add enums to __init__.py
|
9 years ago |
Rapptz
|
2747f33ee2
|
Add Client.wait_for_message
|
9 years ago |
Rapptz
|
9bec041423
|
Documentation fixes for opus related import errors.
|
9 years ago |
Rapptz
|
72f355bb64
|
Add OpusNotLoaded exception and opus.is_loaded utility function.
|
9 years ago |
Rapptz
|
9e36047ffb
|
Explicitly close responses that don't get read.
|
9 years ago |
Rapptz
|
9deb7796a5
|
Documentation fixes for opus bindings.
|
9 years ago |
Rapptz
|
6217076cbf
|
Fix exception handling having a NameError
|
9 years ago |
Rapptz
|
60945868b4
|
Clear up some documentation.
|
9 years ago |
Rapptz
|
a6d6d832ff
|
Working voice sending implementation.
Currently you can only send from a stream that implements
``read`` and a ``ffmpeg`` or ``avconv``.
|
9 years ago |
Rapptz
|
cfc26b894f
|
Fix issue with member.roles being empty.
|
9 years ago |
Rapptz
|
9102f1ae4f
|
Work on connecting to a voice channel.
|
9 years ago |
Rapptz
|
a0423e6245
|
Use @me endpoint for Client.start_private_message
|
9 years ago |
Rapptz
|
e87d54dd12
|
Update example code.
|
9 years ago |
Rapptz
|
a91dad53a8
|
Forced keyword argument for allow/deny in edit_channel_permissions
|
9 years ago |
Rapptz
|
80b32e769e
|
Handle GUILD_UPDATE
|
9 years ago |
Rapptz
|
63f4a769c6
|
Documentation fixes in Client.connect.
|
9 years ago |
Rapptz
|
161e2ebfb0
|
Add role management functions.
|
9 years ago |
Rapptz
|
88c3dae36c
|
Add Client.delete_invite.
|
9 years ago |
Rapptz
|
f755c970ab
|
Add Client.start and Client.run shortcuts.
|
9 years ago |
Rapptz
|
4287f85ba4
|
Add _is_logged_in to the constructor.
|
9 years ago |
Rapptz
|
2f86a853d6
|
Add invite management functions.
|
9 years ago |
Rapptz
|
17171aaa60
|
Switch to NumPy style documentation.
|
9 years ago |
Rapptz
|
b87dfccfce
|
Add server management commands.
|
9 years ago |
Rapptz
|
79bdf2a721
|
Add enumerators instead of strings.
Changes channel type, status and server region into 3.4 enums.
|
9 years ago |
Rapptz
|
680575bf58
|
Add channel management functions
|
9 years ago |
Rapptz
|
7177ddafd2
|
Add member management functions.
|
9 years ago |
Rapptz
|
0489fcb481
|
Update README and setuputils related files to point to async version.
|
9 years ago |
Rapptz
|
6fb2e35de3
|
Move async_client.py to client.py
|
9 years ago |
Rapptz
|
410e41e78d
|
Implement a bunch of other HTTP request functions.
|
9 years ago |
Rapptz
|
99254fdf96
|
Add Forbidden and NotFound exceptions.
|
9 years ago |
Rapptz
|
f197c34583
|
Begin working on asyncio port.
|
9 years ago |
Rapptz
|
5a666c3f0d
|
Point to the docs in the README and clear up notes on breaking changes
|
9 years ago |
Rapptz
|
56a71e3166
|
Don't silently swallow ValueError thrown from on_channel_delete.
|
9 years ago |
Rapptz
|
e08b278c52
|
Fix multiple CHANNEL_DELETE. Fixes #51.
|
9 years ago |
Rapptz
|
d3ac141b0f
|
Use copy.copy instead of copy.deepcopy for on_message_edit.
|
9 years ago |
Rapptz
|
343e3376ea
|
on_member_update now takes in the older member state as a parameter.
|
9 years ago |