We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5119eb commit b372330Copy full SHA for b372330
discord/ui/view.py
@@ -147,7 +147,7 @@ class View:
147
The list of children attached to this view.
148
disable_on_timeout: :class:`bool`
149
Whether to disable the view when the timeout is reached. Defaults to ``False``.
150
- message: Optional[:class:`Message`]
+ message: Optional[:class:`.Message`]
151
The message that this view is attached to.
152
If ``None`` then the view has not been sent with a message.
153
"""
0 commit comments