mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-18 23:15:48 +00:00
Correct documentation for TextInput.custom_id
This commit is contained in:
parent
181fc42b9b
commit
6d494585f5
@ -122,7 +122,7 @@ class TextInput(Item[V]):
|
||||
|
||||
@property
|
||||
def custom_id(self) -> str:
|
||||
""":class:`str`: The ID of the select menu that gets received during an interaction."""
|
||||
""":class:`str`: The ID of the text input that gets received during an interaction."""
|
||||
return self._underlying.custom_id
|
||||
|
||||
@custom_id.setter
|
||||
|
Loading…
x
Reference in New Issue
Block a user