実現したいこと
モーダムウィンドウの入力欄をふやしたいです
該当のソースコード
python
1 2modal = interactions.Modal( 3 title="フォーム", 4 custom_id="mod_app_form", 5 components=[ 6 interactions.TextInput( 7 style=interactions.TextStyleType.SHORT, 8 label="1 + 1は?", 9 custom_id="text_input_response", 10 min_length=1, 11 max_length=3, 12 ) 13 ], 14) 15 16await ctx.popup(modal) 17
試したこと
text inputを何個か書き、それに合うようにコードを書いた
どのようにか
補足情報(FW/ツールのバージョンなど)
python3.x
vscod

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。