474 Commits (e89e7dfe93d758ef522d6db917f08cc4c868ba9a)

Author SHA1 Message Date
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
Rapptz 3436792614 Allow setting a presence upon logging in. 8 years ago
Rapptz 9e24d43c63 Rewrite Client.run yet again. 8 years ago
Rapptz 6e2ecbc167 Re-raise exceptions from Client.start in Client.run. 8 years ago
Rapptz f3eb039c4b Re-implement how Client.run is done by using run_forever instead. 8 years ago
Rapptz 4dfaffd5f2 Only do loop cleanup in finally block when on windows. 8 years ago
Rapptz 1e1b02c630 Check if we're closing the event loop before using it. 8 years ago
Rapptz 3727618b65 Kill remaining references to discord.Channel in documentation. 8 years ago
Rapptz df90aaa610 Rename internal ConnectionState attribute to have an underscore. 8 years ago