mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
Document all limits in discord.ui
This commit is contained in:
@ -77,7 +77,8 @@ class Modal(View):
|
||||
Parameters
|
||||
-----------
|
||||
title: :class:`str`
|
||||
The title of the modal. Can only be up to 45 characters.
|
||||
The title of the modal.
|
||||
Can only be up to 45 characters.
|
||||
timeout: Optional[:class:`float`]
|
||||
Timeout in seconds from last interaction with the UI before no longer accepting input.
|
||||
If ``None`` then there is no timeout.
|
||||
|
Reference in New Issue
Block a user