Skip to content

Commit

Permalink
📝 edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Jul 28, 2023
1 parent cacae95 commit 865dc72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ _✨ 同时融合了[ZeroBot-Plugin](https://github.com/FloatTech/ZeroBot-Plugin
## 命令行参数
除与[go-cqhttp](https://github.com/Mrs4s/go-cqhttp)一致的参数外,还可以附加任意个数的qq号作为主人`SuperUser`,并使用`-n`参数指定昵称,使用`-p`参数指定指令前缀。
```bash
./gocqzbp [-D] [-c config.yml] [-d] [-h] [-n nickname] [-p prefix] [-l latency] [-r ringlen] [-x max process time] [-w] [-faststart] [key xxxx] qq1 qq2 qq3 ...
./gocqzbp [-D] [-c config.yml] [-d] [-faststart] [-h] [-l latency] [-m] [-n nickname] [-p prefix] [-r ringlen] [-update-protocol] [-w wd] [-x max process time] [key xxxx] qq1 qq2 qq3 ...

Options:
-D debug mode
Expand All @@ -35,12 +35,15 @@ Options:
-h this Help
-l uint
Response latency (ms). (default 233)
-m Don't mark message as read automatically
-n string
Set default nickname. (default "椛椛")
-p string
Set command prefix. (default "/")
-r uint
Receiving buffer ring size. (default 4096)
-update-protocol
update protocol
-w string
cover the working directory
-x uint
Expand Down

0 comments on commit 865dc72

Please sign in to comment.