Skip to content

Commit b372330

Browse files
authored
Fixed documentation error link (#1571)
1 parent d5119eb commit b372330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ui/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class View:
147147
The list of children attached to this view.
148148
disable_on_timeout: :class:`bool`
149149
Whether to disable the view when the timeout is reached. Defaults to ``False``.
150-
message: Optional[:class:`Message`]
150+
message: Optional[:class:`.Message`]
151151
The message that this view is attached to.
152152
If ``None`` then the view has not been sent with a message.
153153
"""

0 commit comments

Comments
 (0)