From 9c7358f05932750c2a18b75140381eb33aaa720a Mon Sep 17 00:00:00 2001 From: Isis Ebsen Date: Sun, 24 Aug 2025 15:46:14 +0000 Subject: [PATCH] Add `versionadded` to `BaseView.walk_children` --- discord/ui/view.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/ui/view.py b/discord/ui/view.py index cf6b495f0..240b85700 100644 --- a/discord/ui/view.py +++ b/discord/ui/view.py @@ -655,6 +655,8 @@ class BaseView: """An iterator that recursively walks through all the children of this view and its children, if applicable. + .. versionadded:: 2.6 + Yields ------ :class:`Item`