Skip to content

Commit

Permalink
✨ 新增深渊血量排行
Browse files Browse the repository at this point in the history
  • Loading branch information
KimigaiiWuyi committed Sep 3, 2024
1 parent d167515 commit 0313302
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion GenshinUID/genshinuid_etcimg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,15 @@ async def send_primogems_data(bot: Bot, ev: Event):
await bot.send_option(primogems_img, [a, b])


@sv_etc_img.on_fullmatch(('伤害乘区', '血量表', '抗性表', '血量排行'))
@sv_etc_img.on_fullmatch(
(
'伤害乘区',
'血量表',
'抗性表',
'血量排行',
'深渊血量排行',
)
)
async def send_img_data(bot: Bot, ev: Event):
await bot.logger.info('开始执行[图片][杂图]')
img = IMG_PATH / f'{ev.command}.jpg'
Expand Down

0 comments on commit 0313302

Please sign in to comment.