Update
This commit is contained in:
parent
a47beb650d
commit
12e4ee28c6
@ -69,11 +69,12 @@ go build main.go
|
|||||||
配置模板
|
配置模板
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
#bindmax,notice可热更新,直接更新config.yml保存即可
|
||||||
#更换为自己的BotToken
|
#更换为自己的BotToken
|
||||||
bot_token: xxxxx
|
bot_token: xxxxx
|
||||||
#不需要socks5代理删去即可
|
#不需要socks5代理删去即可
|
||||||
socks5: 127.0.0.1:1080
|
socks5: 127.0.0.1:1080
|
||||||
#公告,/notice触发,\n换行,""别删
|
#公告,合并至/help
|
||||||
notice: "第一行\n第二行"
|
notice: "第一行\n第二行"
|
||||||
#最大可绑定数
|
#最大可绑定数
|
||||||
bindmax: 3
|
bindmax: 3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user