From 5456c0cae944f5e0dffb5de19cf18175e0d73011 Mon Sep 17 00:00:00 2001 From: Willy <19799671+Willy-C@users.noreply.github.com> Date: Sun, 17 Apr 2022 05:28:29 -0400 Subject: [PATCH] Add TextInput to Item docstring --- discord/ui/item.py | 1 + 1 file changed, 1 insertion(+) diff --git a/discord/ui/item.py b/discord/ui/item.py index 45f27fe20..99b3d33bd 100644 --- a/discord/ui/item.py +++ b/discord/ui/item.py @@ -51,6 +51,7 @@ class Item(Generic[V]): - :class:`discord.ui.Button` - :class:`discord.ui.Select` + - :class:`discord.ui.TextInput` .. versionadded:: 2.0 """