aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
Commit message (Expand)AuthorAgeFilesLines
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Support discordapp.com invite URLs.Rapptz2018-11-251-1/+1
* Add support for multiple activitiesSnowyLuma2018-11-241-1/+1
* [lint] Removed unused variable handlerHornwitser2018-11-241-1/+0
* [lint] Changed missed docstrings to raw-stringHornwitser2018-11-241-2/+2
* [lint] Fix import orderHornwitser2018-11-241-9/+11
* [lint] Rename exception variables to excHornwitser2018-11-241-6/+6
* [lint] Limit unneccessarily broad except clausesHornwitser2018-11-241-3/+3
* Optimise tight loops in DiscordGateway.received_messageRapptz2018-09-241-8/+5
* Fix up the Sphinx strings causing warnings.Rapptz2018-09-151-1/+1
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-4/+2
* [lint] Remove unused variablesHornwitser2018-08-221-1/+1
* More informations for the Application infoEl Laggron2018-08-221-1/+6
* Explicitly mark event handlers privateRapptz2018-08-091-2/+2
* Fix dumb typo in the warning.Rapptz2018-07-241-2/+3
* Add a warning for self-bots in Client.loginRapptz2018-07-241-0/+6
* Add clarification about creating guildsKot2018-07-241-2/+2
* [docs] discord/client: remove reference to async_eventbmintz2018-07-191-9/+2
* Remove remaining asyncio.coroutine calls.bmintz2018-07-051-7/+0
* 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