index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
Support discordapp.com invite URLs.
Rapptz
2018-11-25
1
-1
/
+1
*
Add support for multiple activities
SnowyLuma
2018-11-24
1
-1
/
+1
*
[lint] Removed unused variable handler
Hornwitser
2018-11-24
1
-1
/
+0
*
[lint] Changed missed docstrings to raw-string
Hornwitser
2018-11-24
1
-2
/
+2
*
[lint] Fix import order
Hornwitser
2018-11-24
1
-9
/
+11
*
[lint] Rename exception variables to exc
Hornwitser
2018-11-24
1
-6
/
+6
*
[lint] Limit unneccessarily broad except clauses
Hornwitser
2018-11-24
1
-3
/
+3
*
Optimise tight loops in DiscordGateway.received_message
Rapptz
2018-09-24
1
-8
/
+5
*
Fix up the Sphinx strings causing warnings.
Rapptz
2018-09-15
1
-1
/
+1
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
1
-4
/
+2
*
[lint] Remove unused variables
Hornwitser
2018-08-22
1
-1
/
+1
*
More informations for the Application info
El Laggron
2018-08-22
1
-1
/
+6
*
Explicitly mark event handlers private
Rapptz
2018-08-09
1
-2
/
+2
*
Fix dumb typo in the warning.
Rapptz
2018-07-24
1
-2
/
+3
*
Add a warning for self-bots in Client.login
Rapptz
2018-07-24
1
-0
/
+6
*
Add clarification about creating guilds
Kot
2018-07-24
1
-2
/
+2
*
[docs] discord/client: remove reference to async_event
bmintz
2018-07-19
1
-9
/
+2
*
Remove remaining asyncio.coroutine calls.
bmintz
2018-07-05
1
-7
/
+0
*
Remove dead package references.
Rapptz
2018-06-10
1
-1
/
+1
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-75
/
+53
*
Fixes various documentation errors/inconsistencies
Steve C
2018-05-18
1
-1
/
+4
*
Convert Client.activity back to an Activity-like object
Rapptz
2018-03-06
1
-2
/
+2
*
Missing import for _ActivityTag inside Client
Rapptz
2018-03-06
1
-0
/
+1
*
Add ability to change the activity used when logging in at runtime.
Rapptz
2018-03-05
1
-0
/
+14
*
Split Game object to separate Activity subtypes for Rich Presences.
Rapptz
2018-03-05
1
-19
/
+20
*
Add intersphinx
Tobotimus
2018-01-06
1
-12
/
+10
*
Proper variable name in Client.clear.
Rapptz
2017-12-20
1
-1
/
+1
*
Add Client.clear to clear the bot's internal state to a clean slate.
Rapptz
2017-12-16
1
-0
/
+12
*
Fix AppInfo.id being a string
ReinaSakuraba
2017-10-02
1
-1
/
+1
*
Changed discord.Client.event to debug log success instead of info log.
espeonofespeonage
2017-09-23
1
-1
/
+1
*
Add an example for on_reaction_add waiting.
Rapptz
2017-09-18
1
-0
/
+19
*
Add webhook support.
Rapptz
2017-08-21
1
-0
/
+24
*
Add Client.latency, AutoShardedClient.latency and latencies.
Rapptz
2017-08-15
1
-0
/
+9
*
Fix the proxy support for aiohttp>=1.4.
PapyrusThePlant
2017-08-11
1
-3
/
+8
*
Add heartbeat_timeout to the Client options.
Rapptz
2017-08-08
1
-0
/
+5
*
Add documentation examples for AsyncIterator and change_presence.
Gorialis
2017-08-08
1
-0
/
+5
*
accept_invite() doesn't exist on rewrite
Juan
2017-07-25
1
-3
/
+0
*
Don't re-raise in Client.connect if it's a clean close code.
Rapptz
2017-07-14
1
-0
/
+3
*
Implement a LRU cache for private channels.
Rapptz
2017-07-04
1
-1
/
+7
*
Add support for user flags in Profile.
Rapptz
2017-06-30
1
-2
/
+3
*
Defer logging formatting until the logger is actually called.
Rapptz
2017-06-09
1
-2
/
+2
*
Don't expose Client.messages
Rapptz
2017-05-26
1
-12
/
+1
*
Log when a KeyboardInterrupt is met in Client.run
Rapptz
2017-05-25
1
-1
/
+1
*
Allow setting a presence upon logging in.
Rapptz
2017-05-20
1
-0
/
+4
*
Rewrite Client.run yet again.
Rapptz
2017-05-20
1
-16
/
+32
*
Re-raise exceptions from Client.start in Client.run.
Rapptz
2017-05-20
1
-15
/
+18
*
Re-implement how Client.run is done by using run_forever instead.
Rapptz
2017-05-20
1
-4
/
+18
*
Only do loop cleanup in finally block when on windows.
Rapptz
2017-05-20
1
-2
/
+4
*
Check if we're closing the event loop before using it.
Rapptz
2017-05-20
1
-1
/
+5
[next]