This commit is contained in:
iyear 2020-04-01 15:59:07 +08:00
parent a47beb650d
commit 12e4ee28c6

View File

@ -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