diff options
| author | Rapptz <[email protected]> | 2017-05-26 07:17:52 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-26 07:17:52 -0400 |
| commit | a47ded6e4947fc1f96c9368817e08683654a5802 (patch) | |
| tree | 1eccbcd1614cd470abfeb10289ce979437d2ad10 /docs/migrating.rst | |
| parent | Less unnecessary padding around functions. (diff) | |
| download | discord.py-a47ded6e4947fc1f96c9368817e08683654a5802.tar.xz discord.py-a47ded6e4947fc1f96c9368817e08683654a5802.zip | |
Don't expose Client.messages
Not entirely sure why it was exposed in the first place. Most uses with
it essentially boiled down to mis-usage when they meant to use the
/messages endpoint (via Client.logs_from or Messageable.history) or
complaining about the partial data woes that came from it.
Diffstat (limited to 'docs/migrating.rst')
| -rw-r--r-- | docs/migrating.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/migrating.rst b/docs/migrating.rst index 6389863a..1b76a518 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -195,6 +195,8 @@ A list of these changes is enumerated below. +---------------------------------------+------------------------------------------------------------------------------+ | ``Client.wait_until_login`` | Removed | +---------------------------------------+------------------------------------------------------------------------------+ +| ``Client.messages`` | Removed | ++---------------------------------------+------------------------------------------------------------------------------+ | ``Client.wait_until_ready`` | No change | +---------------------------------------+------------------------------------------------------------------------------+ |