[docs] Fix more references

Co-Authored-By: Riley Shaw <30989490+ShineyDev@users.noreply.github.com>
This commit is contained in:
Josh
2021-07-01 21:48:37 +10:00
committed by GitHub
parent ed6c061d69
commit d001b9d0ee
3 changed files with 4 additions and 4 deletions

View File

@ -194,7 +194,7 @@ class View:
def from_message(cls, message: Message, /, *, timeout: Optional[float] = 180.0) -> View:
"""Converts a message's components into a :class:`View`.
The :attr:`Message.components` of a message are read-only
The :attr:`.Message.components` of a message are read-only
and separate types from those in the ``discord.ui`` namespace.
In order to modify and edit message components they must be
converted into a :class:`View` first.