我有模态的TextInput,我想禁用它。我该怎么做?
self.primer = nextcord.ui.TextInput(
label="Пример",
min_length=1,
max_length=50,
style=nextcord.TextInputStyle.paragraph,
default_value=self.primer_value,
)会感谢你的帮助。谢谢:)
发布于 2022-06-11 08:04:48
https://stackoverflow.com/questions/72568695
复制相似问题