mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 10:53:10 +00:00
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.
This commit is contained in:
@ -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 |
|
||||
+---------------------------------------+------------------------------------------------------------------------------+
|
||||
|
||||
|
Reference in New Issue
Block a user