From 368d51d5f78db938b898a8ed14d460519dd104af Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Fri, 18 Oct 2024 13:57:23 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AD=E3=83=BC=E3=83=9C=E3=83=BC=E3=83=89?= =?UTF-8?q?=E3=80=81=E3=83=9E=E3=82=A6=E3=82=B9=E3=81=A8=E3=82=82=E3=81=AB?= =?UTF-8?q?=E8=87=AA=E5=89=8D=E3=81=AE=E3=81=A8=E3=81=8D=E3=81=AE=E3=83=9C?= =?UTF-8?q?=E3=82=BF=E3=83=B3=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dislocker.py b/dislocker.py index 7d5e140..dda688a 100644 --- a/dislocker.py +++ b/dislocker.py @@ -1252,6 +1252,9 @@ async def on_button(interaction: discord.Interaction): keyboard_not_register_button = discord.ui.Button(style=discord.ButtonStyle.primary, label="キーボードは自前", custom_id=f"keyboardregister_{str(pc_number)}_0") keyboard_register_view.add_item(keyboard_not_register_button) + keyboard_mouse_not_register_button = discord.ui.Button(style=discord.ButtonStyle.primary, label="キーボード、マウスとも自前", custom_id=f"mouseregister_{str(pc_number)}_0_0") + keyboard_register_view.add_item(keyboard_mouse_not_register_button) + await interaction.response.send_message(f"# :keyboard: キーボードのデバイス番号を選んでください!\n>>> # PC番号 | {str(pc_number)}", view=keyboard_register_view, ephemeral=True) elif custom_id_split[0] == "keyboardregister":