pcinfoで登録されていないPCを非表示に
This commit is contained in:
parent
a8bf3ab4b7
commit
683be42817
1 changed files with 13 additions and 10 deletions
|
@ -1633,6 +1633,9 @@ async def pcinfo(interaction: discord.Interaction):
|
|||
|
||||
for i in pc_list['output_dict'].keys():
|
||||
current_pc_list = pc_list['output_dict'][i]
|
||||
if current_pc_list['pc_token'] == None:
|
||||
pass
|
||||
else:
|
||||
if current_pc_list['alt_name'] == None:
|
||||
pc_name_title = f'{current_pc_list['pc_number']} 番'
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue