From 7176a69f81611e76dd885b4783b0ead05d0c4251 Mon Sep 17 00:00:00 2001 From: Akirami <66513481+A-kirami@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:09:56 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20Docs:=20=E4=BF=AE=E5=A4=8D=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E6=A1=A3=E4=B8=AD=20`Nickname`=20=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E7=9A=84=E6=8F=8F=E8=BF=B0=E9=94=99=E8=AF=AF=20(#2271?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/docs/appendices/config.mdx | 2 +- website/versioned_docs/version-2.0.0/appendices/config.mdx | 2 +- website/versioned_docs/version-2.0.0rc4/appendices/config.mdx | 2 +- website/versioned_docs/version-2.0.1/appendices/config.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/appendices/config.mdx b/website/docs/appendices/config.mdx index 01b0010d..f7abcdce 100644 --- a/website/docs/appendices/config.mdx +++ b/website/docs/appendices/config.mdx @@ -482,7 +482,7 @@ nonebot.init(superusers={"123123123"}) - **类型**: `set[str]` - **默认值**: `set()` -机器人昵称,通常协议适配器会根据用户是否 @user 或者是否以机器人昵称开头来判断是否是向机器人发送的消息。 +机器人昵称,通常协议适配器会根据用户是否 @bot 或者是否以机器人昵称开头来判断是否是向机器人发送的消息。 diff --git a/website/versioned_docs/version-2.0.0/appendices/config.mdx b/website/versioned_docs/version-2.0.0/appendices/config.mdx index 4cbfec6f..a2472af9 100644 --- a/website/versioned_docs/version-2.0.0/appendices/config.mdx +++ b/website/versioned_docs/version-2.0.0/appendices/config.mdx @@ -453,7 +453,7 @@ nonebot.init(superusers={"123123123"}) - **类型**: `set[str]` - **默认值**: `set()` -机器人昵称,通常协议适配器会根据用户是否 @user 或者是否以机器人昵称开头来判断是否是向机器人发送的消息。 +机器人昵称,通常协议适配器会根据用户是否 @bot 或者是否以机器人昵称开头来判断是否是向机器人发送的消息。 diff --git a/website/versioned_docs/version-2.0.0rc4/appendices/config.mdx b/website/versioned_docs/version-2.0.0rc4/appendices/config.mdx index 4cbfec6f..a2472af9 100644 --- a/website/versioned_docs/version-2.0.0rc4/appendices/config.mdx +++ b/website/versioned_docs/version-2.0.0rc4/appendices/config.mdx @@ -453,7 +453,7 @@ nonebot.init(superusers={"123123123"}) - **类型**: `set[str]` - **默认值**: `set()` -机器人昵称,通常协议适配器会根据用户是否 @user 或者是否以机器人昵称开头来判断是否是向机器人发送的消息。 +机器人昵称,通常协议适配器会根据用户是否 @bot 或者是否以机器人昵称开头来判断是否是向机器人发送的消息。 diff --git a/website/versioned_docs/version-2.0.1/appendices/config.mdx b/website/versioned_docs/version-2.0.1/appendices/config.mdx index 01b0010d..f7abcdce 100644 --- a/website/versioned_docs/version-2.0.1/appendices/config.mdx +++ b/website/versioned_docs/version-2.0.1/appendices/config.mdx @@ -482,7 +482,7 @@ nonebot.init(superusers={"123123123"}) - **类型**: `set[str]` - **默认值**: `set()` -机器人昵称,通常协议适配器会根据用户是否 @user 或者是否以机器人昵称开头来判断是否是向机器人发送的消息。 +机器人昵称,通常协议适配器会根据用户是否 @bot 或者是否以机器人昵称开头来判断是否是向机器人发送的消息。