Browse Source

shuold

pull/10166/head
DA-344 2 months ago
parent
commit
78ed233f07
  1. 2
      discord/ui/view.py

2
discord/ui/view.py

@ -795,7 +795,7 @@ class BaseView:
You can find out about this format in the :ddocs:`official Discord documentation <components/reference#anatomy-of-a-component>`. You can find out about this format in the :ddocs:`official Discord documentation <components/reference#anatomy-of-a-component>`.
This method shuold be called on the respective class (or subclass), so if you This method should be called on the respective class (or subclass), so if you
want to convert v2 items, you should call :meth:`LayoutView.from_dict`, or the same want to convert v2 items, you should call :meth:`LayoutView.from_dict`, or the same
method from any subclass of it; and not :meth:`View.from_message`, or the same method from any subclass of it; and not :meth:`View.from_message`, or the same
method from any subclass of it. method from any subclass of it.

Loading…
Cancel
Save