118 Commits (9b2a78a0319d00fd93e8f5ac13ab4ef5edbbb2e4)

Author SHA1 Message Date
Rapptz 9b2a78a031 Add InvalidArgument exception and change exceptions thrown. 10 years ago
Rapptz 027b7b33c9 All HTTP requests now throw HTTPException. 10 years ago
Rapptz cc397d6e6a Document cases where GatewayNotFound is thrown. 10 years ago
Rapptz d14bffcd96 Rename InvaldiDestination to a generic ClientException. 10 years ago
Rapptz 6ae6bd8e6d Remove InvalidEventName exception due to it being unused 10 years ago
Rapptz dd2e08e185 Add support for passing in Object to methods. 10 years ago
Rapptz a0073c734e Split data classes into more files. 10 years ago
Rapptz 616f2bb4e9 Remove the name from logging. 10 years ago
Rapptz 60dfd04439 Check if member is in list for GUILD_MEMBER_REMOVE. 10 years ago
Rapptz 2938d0cfcf Don't update member.roles in add/remove_roles. 10 years ago
Rapptz 5efddaf35d Support unavailable servers. 10 years ago
Rapptz f018895f2c Fix documentation warnings. 10 years ago
Rapptz 6981c51e0a Change default parameter to None for Client.set_channel_permissions 10 years ago
Rapptz 6f76a5ab33 Add Client.delete_channel_permissions 10 years ago
Rapptz ec5b7bb493 Add Client.set_channel_permissions 10 years ago
Hornwitser 320cd39b6a Print to stderr in on_error 10 years ago
Rapptz ce9a8ff75b Add note for edit_role about custom RGB colours. 10 years ago
Rapptz d2741ca38a Better detection for the everyone role. Fixes #23. 10 years ago
Rapptz edd3d47220 Add Client.replace_roles 10 years ago
Rapptz 6bb6a0a0a7 Add Client.add_roles and Client.remove_roles 10 years ago
Hornwitser 9ab1d041d4 Log to root logger by default in on_error 10 years ago
Rapptz 77253d7717 Fix Client.create_invite invalid method call issue. 10 years ago
Rapptz 0e106cd8c4 Change default limit for Client.logs_from to 100. 10 years ago
Rapptz e2af5d545a Add Client.create_role to create a server-wide role. 10 years ago
Rapptz 84e9300a3d Change Client.edit_role to be less stateful. 10 years ago
Rapptz 1080941e5e on_socket_response now handles non-op 0 websocket messages. 10 years ago
Hornwitser 023e0eb1d5 Use compact encoding for json on websocket 10 years ago
Hornwitser 07adb330db Add events for sniffing the WebSocket data 10 years ago
Rapptz 411b477a02 Separate colour tuple into its own class. 10 years ago
Rapptz ab2512785b Handle VOICE_STATE_UPDATE websocket events. 10 years ago
Rapptz 4ff7d22edd Handle GUILD_ROLE_UPDATE websocket events. 10 years ago
Rapptz 16a20e5f2f Handle GUILD_ROLE_DELETE websocket events. 10 years ago
Rapptz 9235a34916 Handle GUILD_ROLE_CREATE websocket events. 10 years ago
Rapptz 4ec052a35c Check if the server is valid during GUILD_MEMBER_REMOVE. 10 years ago
Rapptz a130706f23 Add Client.change_status. 10 years ago
Rapptz 0b27044252 Client.send_file now properly closes the file-object. 10 years ago
Rapptz c64420f9d3 Add role colour and hoisting to edit_role. 10 years ago
Rapptz 8b03918c3d Client.send_message can now accept a string ID as the destination. 10 years ago
littleyoshi4 1b6fe0466d Added send_file method. 10 years ago
Rapptz 6074fe0783 Client.register now takes an invite URL or class. 10 years ago
Rapptz 03d477edd8 edit_profile now returns True or False depending on success. 10 years ago
Rapptz 66c39b6151 Remove get_channel from __getattr__ in Client. 10 years ago
Rapptz ceb9eb07d8 Use v3 of the Discord API. 10 years ago
Hornwitser 68c3fde089 Make event based handlers first class 10 years ago
Hornwitser 74a06e0b79 Change behaviour of on_error 10 years ago
Hornwitser d044d7b781 Add client register API 10 years ago
Hornwitser 5e952015a6 Reconnect when WebSocket dies 10 years ago
Hornwitser 247d1f9ed4 Make dispatch multithreading safe 10 years ago
Hornwitser 5e671a0d0d Move socket and connection state out of Client 10 years ago
Hornwitser c47e31c82e Add new event system 10 years ago