From 78ed233f07f60fdfb0bd543a06310538705c6f39 Mon Sep 17 00:00:00 2001 From: DA-344 <108473820+DA-344@users.noreply.github.com> Date: Fri, 30 May 2025 15:45:07 +0200 Subject: [PATCH] shuold --- discord/ui/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/ui/view.py b/discord/ui/view.py index 533339b84..10519cf5a 100644 --- a/discord/ui/view.py +++ b/discord/ui/view.py @@ -795,7 +795,7 @@ class BaseView: You can find out about this format in the :ddocs:`official Discord documentation `. - 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 method from any subclass of it; and not :meth:`View.from_message`, or the same method from any subclass of it.