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 9, 2025
1 parent 06733a5 commit c378547
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 @@ -70,7 +70,7 @@ async def _(
matcher.set_path_arg('name', match.group(1))


name_prompt = UniMessage.template("{:At(user, $event.get_user_id())} 请发送游戏名称\n注:群昵称设置如下可快速查询:\n id:name\n ID name")
name_prompt = UniMessage.template("{:At(user, $event.get_user_id())} 请发送游戏名称\n群昵称设置如下可快速查询:\n id:name\n ID name")

@battle_pass.got_path('name', prompt=name_prompt)
async def _(arp: Arparma, name: str):
Expand Down

0 comments on commit c378547

Please sign in to comment.