aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
Commit message (Expand)AuthorAgeFilesLines
* Remove dead package references.Rapptz2018-06-101-1/+1
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-75/+53
* Fixes various documentation errors/inconsistenciesSteve C2018-05-181-1/+4
* Convert Client.activity back to an Activity-like objectRapptz2018-03-061-2/+2
* Missing import for _ActivityTag inside ClientRapptz2018-03-061-0/+1
* Add ability to change the activity used when logging in at runtime.Rapptz2018-03-051-0/+14
* Split Game object to separate Activity subtypes for Rich Presences.Rapptz2018-03-051-19/+20
* Add intersphinxTobotimus2018-01-061-12/+10
* Proper variable name in Client.clear.Rapptz2017-12-201-1/+1
* Add Client.clear to clear the bot's internal state to a clean slate.Rapptz2017-12-161-0/+12
* Fix AppInfo.id being a stringReinaSakuraba2017-10-021-1/+1
* Changed discord.Client.event to debug log success instead of info log.espeonofespeonage2017-09-231-1/+1
* Add an example for on_reaction_add waiting.Rapptz2017-09-181-0/+19
* Add webhook support.Rapptz2017-08-211-0/+24
* Add Client.latency, AutoShardedClient.latency and latencies.Rapptz2017-08-151-0/+9
* Fix the proxy support for aiohttp>=1.4.PapyrusThePlant2017-08-111-3/+8
* Add heartbeat_timeout to the Client options.Rapptz2017-08-081-0/+5
* Add documentation examples for AsyncIterator and change_presence.Gorialis2017-08-081-0/+5
* accept_invite() doesn't exist on rewriteJuan2017-07-251-3/+0
* Don't re-raise in Client.connect if it's a clean close code.Rapptz2017-07-141-0/+3
* Implement a LRU cache for private channels.Rapptz2017-07-041-1/+7
* Add support for user flags in Profile.Rapptz2017-06-301-2/+3
* Defer logging formatting until the logger is actually called.Rapptz2017-06-091-2/+2
* Don't expose Client.messagesRapptz2017-05-261-12/+1
* Log when a KeyboardInterrupt is met in Client.runRapptz2017-05-251-1/+1
* Allow setting a presence upon logging in.Rapptz2017-05-201-0/+4
* Rewrite Client.run yet again.Rapptz2017-05-201-16/+32
* Re-raise exceptions from Client.start in Client.run.Rapptz2017-05-201-15/+18
* Re-implement how Client.run is done by using run_forever instead.Rapptz2017-05-201-4/+18
* Only do loop cleanup in finally block when on windows.Rapptz2017-05-201-2/+4
* Check if we're closing the event loop before using it.Rapptz2017-05-201-1/+5
* Kill remaining references to discord.Channel in documentation.Rapptz2017-05-191-3/+3
* Rename internal ConnectionState attribute to have an underscore.Rapptz2017-05-161-23/+23
* Client.get_user_info uses int for IDs not str.Rapptz2017-05-151-1/+1
* Add back Client.create_guild.Rapptz2017-05-091-1/+47
* Replace hasattr with try except in chunker.Rapptz2017-05-051-2/+2
* Change some format usage to use %-formatting.Rapptz2017-05-041-1/+1
* Add Client.get_emoji to get an Emoji from an ID.Rapptz2017-04-301-0/+4
* Fix some linting errors.Rapptz2017-04-221-1/+1
* Timeout when doing initial connection.Rapptz2017-04-221-6/+7
* Remove unused imports.Rapptz2017-04-181-7/+2
* Properly cleanup of VoiceClients in cache.Rapptz2017-04-181-3/+1
* Re-implement voice sending.Rapptz2017-04-181-3/+5
* Remove unnecessary shielding.Rapptz2017-03-251-1/+1
* Set closed state before actually finishing cleaning up.Rapptz2017-03-241-1/+2
* More robust cleanup for Client.run.Rapptz2017-03-241-13/+24
* Check if we're closed before attempting to do a reconnect.Rapptz2017-03-211-0/+3
* Reconnect on any OSError.Rapptz2017-03-201-3/+1
* Fix Client inability to shard by actually propagating the shard_idRapptz2017-03-161-1/+1
* Fix premium key being missing in profile endpoint.Rapptz2017-03-131-2/+3