change prompt

This commit is contained in:
felinae98 2021-07-10 14:52:39 +08:00
parent 507fc1a69e
commit b9a64ee6b5
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -50,7 +50,7 @@ def do_add_sub(add_sub: Type[Matcher]):
@add_sub.handle()
async def init_id(bot: Bot, event: Event, state: T_State):
if platform_manager[state['platform']].has_target:
state['_prompt'] = '请输入订阅用户的id详情查阅https://github.com/felinae98/nonebot-hk-reporter'
state['_prompt'] = '请输入订阅用户的id详情查阅https://nonebot-hk-reporter.vercel.app/usage/#%E6%89%80%E6%94%AF%E6%8C%81%E5%B9%B3%E5%8F%B0%E7%9A%84uid'
else:
state['id'] = 'default'
state['name'] = await platform_manager[state['platform']].get_account_name(Target(''))