Skip to content

Commit

Permalink
🎨 优化
Browse files Browse the repository at this point in the history
  • Loading branch information
KimigaiiWuyi committed Apr 22, 2024
1 parent 54830d5 commit ed2c202
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion BlueArchiveUID/bauid_raid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async def send_raid_msg(bot: Bot, ev: Event):
await bot.send(await get_ranking(season))


@sv_ba_xtzx_raid.on_command(('ba总力战', 'BA总力战'))
@sv_ba_xtzx_raid.on_command(('ba总力战', 'BA总力战', 'ba档线', 'ba挡线'))
async def send_xtzx_msg(bot: Bot, ev: Event):
if 'B' in ev.text or 'b' in ev.text:
server_id = 2
Expand Down
2 changes: 0 additions & 2 deletions BlueArchiveUID/bauid_raid/get_rank_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ async def get_ranking_from_xtzx(
for i in person_rank_data[:2]:
im_list.append(f'{i["hard"]}人数: {i["rank"]}')

im_list.append('\n')

if top_data is not None:
for ix, i in enumerate(['🥇', '🥈', '🥉']):
if len(top_data) > ix:
Expand Down

0 comments on commit ed2c202

Please sign in to comment.