aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-01-14 15:42:56 -0500
committerRapptz <[email protected]>2016-01-14 15:42:56 -0500
commitd33d0bed69a1bb29e5c9bba434cb5e32536da91a (patch)
treea00b146de8b5f412cd9729b3f163babea1fbba41 /discord/ext/commands
parent[commands] Add on_command and on_command_completion events. (diff)
downloaddiscord.py-d33d0bed69a1bb29e5c9bba434cb5e32536da91a.tar.xz
discord.py-d33d0bed69a1bb29e5c9bba434cb5e32536da91a.zip
Add support for `async for` in Client.logs_from.
This is a breaking change. Code will still work in Python 3.4 as-is but if you use Python 3.5 you will have to change your code to the new `async for` syntax as the older version is not supported in 3.5. On the other hand, this comes with performance improvements if you use Python 3.5 as it will lazily load 100 message chunks on an as needed basis rather than loading all messages in one go.
Diffstat (limited to 'discord/ext/commands')
0 files changed, 0 insertions, 0 deletions