This commit is contained in:
insert 2023-11-24 22:48:16 -05:00
parent 60da68bd97
commit 41e1794788

View file

@ -27,7 +27,7 @@ class ApplicationModal(disnake.ui.Modal):
), ),
disnake.ui.TextInput( disnake.ui.TextInput(
label="The secret phrase", label="The secret phrase",
placeholder="", placeholder="JUST THE WORD",
custom_id="The secret phrase", custom_id="The secret phrase",
style=TextInputStyle.short, style=TextInputStyle.short,
max_length=32, max_length=32,