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
Rapptz
307392ff19
on_status event now has the old game ID and old status as parameters.
9 years ago
Rapptz
31fd5023f1
Miscellaneous documentation fixes.
9 years ago
Khazhismel
0176517453
Provide server/channel id/name as Object if client not joined to server.
9 years ago
Rapptz
39988a36c9
Version bump to v0.9.0
10 years ago
Rapptz
c3e7ba3671
Message.channel's Object instance has an is_private attribute now.
This was to allow for basic checks such as message.channel.is_private
to succeed at the very least. It is a very small mitigation and not
perfect since it doesn't have every attribute that PrivateChannel
itself has. However you could retrieve the user info through the
Message.author attribute.
10 years ago
Rapptz
ed53f3fb3a
Add caveat note about Message.mention_everyone
10 years ago
Rapptz
5d4c555711
Switch to Sphinx RTD theme.
10 years ago
Rapptz
7121c39a94
Add some badges to the README.
10 years ago