We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80aaf9 commit 813deccCopy full SHA for 813decc
README.md
@@ -1,13 +1,16 @@
1
-*These documents do not have an English version because the majority of users who use them are from China*
+*These documents do not have an English version because the majority of users who use them are from China*
2
3
这是一个一个用于使用Nodejs在 hack.chat 开发简单机器人的轻量框架
4
-你可以查看[index.js](https://github.com/cmd1152/hack-chat-client-lib/blob/main/index.js)来了解用法
+你可以查看[Wiki](https://github.com/cmd1152/hackchat-botlib/wiki)来了解用法
5
6
使用这个框架,您就不必处理
7
- 在线列表
8
- 机器人在用户手动改名(比如直接执行代码发送changeNick)后怎么知道新名称
9
- whisper和emote怎么提取用户原始内容
10
- 检查是否加入成功
11
- 检查是否被踢出
12
+- 检查一个trip、hash、nick是否合法
13
+- 在用户列表中查找用户
14
+更多...
15
16
这样子您将有更多的时间用于开发你的机器人
0 commit comments