Skip to content

Commit

Permalink
update matcher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fllesser committed Jan 8, 2025
1 parent 39dac29 commit 3e9d7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot_plugin_fortnite/matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ async def _():
async def _():
try:
file = await screenshot_vb_img()
await update_vb.send(await UniMessage(Text('更新vb图成功'), Image(path=vb_file)).export())
await update_vb.send(await UniMessage(Text('更新vb图成功') + Image(path=file)).export())
except Exception as e:
await update_vb.finish(f'更新vb图失败 | {e}')

0 comments on commit 3e9d7dc

Please sign in to comment.