diff --git a/discord/app_commands/tree.py b/discord/app_commands/tree.py index b0a3c9dbe..7d229837c 100644 --- a/discord/app_commands/tree.py +++ b/discord/app_commands/tree.py @@ -202,6 +202,8 @@ class CommandTree(Generic[ClientT]): with_localizations: :class:`bool` Whether to fetch the localizations for the commands. Defaults to ``False``. + .. versionadded:: 2.4 + Raises ------- HTTPException