nonebot-bison icon indicating copy to clipboard operation
nonebot-bison copied to clipboard

:sparkles: ParseTargetException可以携带prompt参数

Open AzideCupric opened this issue 1 year ago • 2 comments

允许在添加订阅阶段,parse_target方法抛出该错误时,向用户提供更多信息 https://github.com/MountainDash/nonebot-bison/blob/8cfeeacd86231f6f4835b3300235adb92eb13942/nonebot_bison/sub_manager/add_sub.py#L89-L92

AzideCupric avatar Feb 21 '24 08:02 AzideCupric

Deploy Preview for nonebot-bison ready!

Name Link
Latest commit 5063b7adc04ccc1cbfad6e8b4366f3c7dc765a1e
Latest deploy log https://app.netlify.com/sites/nonebot-bison/deploys/6646529d9d09f600084a26e8
Deploy Preview https://deploy-preview-479--nonebot-bison.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Feb 21 '24 08:02 netlify[bot]

方便 #379 小刻食堂添加订阅时可以做到模糊匹配

 Bot-> 	请输入订阅用户的id
		查询id获取方法请回复:“查询”

User<-	来自星尘

 Bot->	不能从你的输入中提取出id,请检查你输入的内容是否符合预期:
		可能的选择:
			- 来自星尘-B站
			- 来自星尘-微博

User<- 	来自星尘-B站

AzideCupric avatar Mar 21 '24 14:03 AzideCupric

Codecov Report

Attention: Patch coverage is 92.30769% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 83.68%. Comparing base (769b13e) to head (5063b7a). Report is 1 commits behind head on main.

Files Patch % Lines
nonebot_bison/platform/bilibili.py 75.00% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #479      +/-   ##
==========================================
- Coverage   83.69%   83.68%   -0.01%     
==========================================
  Files          78       78              
  Lines        3642     3647       +5     
==========================================
+ Hits         3048     3052       +4     
- Misses        594      595       +1     
Flag Coverage Δ
smoke-test 83.68% <92.30%> (-0.01%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar May 16 '24 18:05 codecov[bot]