From a47ded6e4947fc1f96c9368817e08683654a5802 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 26 May 2017 07:17:52 -0400 Subject: 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. --- docs/migrating.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 | +---------------------------------------+------------------------------------------------------------------------------+ -- cgit v1.2.3