From 7464ba13e0aac363be13d0bfc891f131d998f280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fork=CE=A8Killet?= <35412022+ForkKILLET@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:23:18 +0800 Subject: [PATCH] Add instructions with `user` or `channel` type (#188) Co-authored-by: Shigma --- zh-CN/guide/basic/command.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-CN/guide/basic/command.md b/zh-CN/guide/basic/command.md index 67c0f6c9570e..d247505cb687 100644 --- a/zh-CN/guide/basic/command.md +++ b/zh-CN/guide/basic/command.md @@ -93,8 +93,8 @@ ctx.command('test [arg:number]') - number: `number` 数值 - bigint: `bigint` [大整数](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/BigInt) - text: `string` 贪婪匹配的字符串 -- user: `string` 用户,格式为 `{platform}:{id}` -- channel: `string` 频道,格式为 `{platform}:{id}` +- user: `string` 用户,格式为 `{platform}:{id}` (调用时可以使用 `at` 元素或者 `@{platform}:{id}` 的格式) +- channel: `string` 频道,格式为 `{platform}:{id}` (调用时可以使用 `sharp` 元素或者 `#{platform}:{id}` 的格式) - integer: `number` 整数 - posint: `number` 正整数 - natural: `number` 正整数