482 Commits (8a30a4cac0651df5a24cb744fc104ced90a4cf3a)

Author SHA1 Message Date
NCPlayz 8a30a4cac0 Add support for guild widget 6 years ago
NCPlayz f507f508a2 Expose Metadata 6 years ago
NCPlayz fb02191b80 Organise documentation 6 years ago
Rapptz 963cf4b34e Add on_disconnect event. 6 years ago
NCPlayz 8b8e9a619e Moved http.close to before _closed.set 6 years ago
Rapptz 5d78f43e55 Expose more information from partial invites, along with counts. 6 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 6 years ago
Rapptz 1f2602d11e Support discordapp.com invite URLs. 6 years ago
SnowyLuma e89e7dfe93 Add support for multiple activities 7 years ago
Hornwitser 1c3a5831f9 [lint] Removed unused variable handler 7 years ago
Hornwitser df144b0959 [lint] Changed missed docstrings to raw-string 7 years ago
Hornwitser efb4ff850e [lint] Fix import order 7 years ago
Hornwitser fa46b07db1 [lint] Rename exception variables to exc 7 years ago
Hornwitser a71b3b5fa0 [lint] Limit unneccessarily broad except clauses 7 years ago
Rapptz 2721689254 Optimise tight loops in DiscordGateway.received_message 7 years ago
Rapptz 5c24e69cf2 Fix up the Sphinx strings causing warnings. 7 years ago
Hornwitser c8b49d37be [lint] Fix incorrect and inconsistent whitespace 7 years ago
Hornwitser 119c5a0618 [lint] Remove unused variables 7 years ago
El Laggron 395af228b1 More informations for the Application info 7 years ago
Rapptz 8ccb98d395 Explicitly mark event handlers private 7 years ago
Rapptz 8d39ab8c8c Fix dumb typo in the warning. 7 years ago
Rapptz 12236325f6 Add a warning for self-bots in Client.login 7 years ago
Kot e15452e198 Add clarification about creating guilds 7 years ago
bmintz 87d9eefdef [docs] discord/client: remove reference to async_event 7 years ago
bmintz ec3435b224 Remove remaining asyncio.coroutine calls. 7 years ago
Rapptz c67d95327e Remove dead package references. 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
Steve C 0e945915b7 Fixes various documentation errors/inconsistencies 7 years ago
Rapptz e9916e2844 Convert Client.activity back to an Activity-like object 7 years ago
Rapptz 61c8e35929 Missing import for _ActivityTag inside Client 7 years ago
Rapptz 0fcd385b9a Add ability to change the activity used when logging in at runtime. 7 years ago
Rapptz f8f8f418f3 Split Game object to separate Activity subtypes for Rich Presences. 7 years ago
Tobotimus 3112e1c17e Add intersphinx 7 years ago
Rapptz e2f7945f59 Proper variable name in Client.clear. 7 years ago
Rapptz 5c5a59c18e Add Client.clear to clear the bot's internal state to a clean slate. 7 years ago
ReinaSakuraba 13632faf97 Fix AppInfo.id being a string 8 years ago
espeonofespeonage fd531297d2 Changed discord.Client.event to debug log success instead of info log. 8 years ago
Rapptz 025136076a Add an example for on_reaction_add waiting. 8 years ago
Rapptz 37b0fdb898 Add webhook support. 8 years ago
Rapptz 0f7482ed6e Add Client.latency, AutoShardedClient.latency and latencies. 8 years ago
PapyrusThePlant 0d21e83b7f Fix the proxy support for aiohttp>=1.4. 8 years ago
Rapptz de65f7309b Add heartbeat_timeout to the Client options. 8 years ago
Gorialis 1582116b72 Add documentation examples for AsyncIterator and change_presence. 8 years ago
Juan ea0c37b538 accept_invite() doesn't exist on rewrite 8 years ago
Rapptz 2e57fa6dfd Don't re-raise in Client.connect if it's a clean close code. 8 years ago
Rapptz 3bd0c2120c Implement a LRU cache for private channels. 8 years ago
Rapptz 25a1d8c300 Add support for user flags in Profile. 8 years ago
Rapptz b06899e7d4 Defer logging formatting until the logger is actually called. 8 years ago
Rapptz a47ded6e49 Don't expose Client.messages 8 years ago
Rapptz 497be35d5f Log when a KeyboardInterrupt is met in Client.run 8 years ago