From a2f29909e191916df357d2c268f373291f34cc72 Mon Sep 17 00:00:00 2001 From: Soheab_ <33902984+Soheab@users.noreply.github.com> Date: Tue, 13 Jun 2023 14:17:34 +0200 Subject: [PATCH] Add forgotten versionadded --- discord/app_commands/tree.py | 2 ++ 1 file changed, 2 insertions(+) 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