1961 Commits (fc5a2936dd9456f1489dc1125c12448a2af23e15)
 

Author SHA1 Message Date
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. 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. 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 9 years ago
Rapptz c3e7ba3671 Message.channel's Object instance has an is_private attribute now. 9 years ago
Rapptz ed53f3fb3a Add caveat note about Message.mention_everyone 9 years ago
Rapptz 5d4c555711 Switch to Sphinx RTD theme. 9 years ago
Rapptz 7121c39a94 Add some badges to the README. 9 years ago
Rapptz d243d0895c Add note about data classes instances. 9 years ago
Rapptz 101d8d52b6 Add warning for Message.mentions order being non-deterministic. 9 years ago
Rapptz 38e83f0999 "An array" -> "A list" for documentation purposes. 9 years ago
Rapptz 70c7a79719 Remove afk_channel_id and replace it with afk_channel. 9 years ago
Rapptz df3cb831a9 Member.roles array now has the default role as the first element. 9 years ago