testing_slash を testing にマージ #18

Merged
suti7yk5032 merged 41 commits from testing_slash into testing 2024-09-29 01:07:40 +09:00
Showing only changes of commit 8775b22738 - Show all commits

View file

@ -1319,7 +1319,7 @@ async def masterpass(interaction: discord.Interaction, pc_number: int):
pc_master_password_get = dislocker.show_pc_master_password(pc_number=pc_number)
if pc_master_password_get["result"] == 0:
pc_master_password = pc_master_password_get["output_dict"]["master_password"]
pc_master_password = pc_master_password_get["output_dict"]["pc_master_password"]
await interaction.response.send_message(f"# :key: PC番号 {pc_number} 番のマスターパスワードは以下の通りです。\n>>> # マスターパスワード | {pc_master_password}", ephemeral=True)
else:
await interaction.response.send_message("# :skull_crossbones: マスターパスワードの取得に失敗しました。", ephemeral=True)