Skip to content

Commit

Permalink
sync zh #899
Browse files Browse the repository at this point in the history
  • Loading branch information
grammyz committed Aug 23, 2023
1 parent 3656c6d commit 492fe81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/zh/plugins/conversations.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ await conversation.now(); // 更精确!
conversation.log("Hello, world"); // 更透明!
```
请注意,你可以使用 `conversation.external()` 来执行所有上述操作,但这可能会很麻烦,所以我们提供了一些便捷函数([API 参考](https://deno.land/x/grammy_conversations/mod.ts?s=ConversationHandle#method_wait_0))。
请注意,你可以使用 `conversation.external()` 来执行大多数上述操作,但这可能会很麻烦,所以我们提供了一些便捷函数([API 参考](https://deno.land/x/grammy_conversations/mod.ts?s=ConversationHandle#method_wait_0))。
## 变量,分支和循环
Expand Down

0 comments on commit 492fe81

Please sign in to comment.