mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 22:00:11 +08:00
修改readme
This commit is contained in:
parent
5a9a566694
commit
b36cd30987
2
main.go
2
main.go
@ -75,7 +75,7 @@ func main() {
|
||||
// SuperUsers 某些功能需要主人权限,可通过以下两种方式修改
|
||||
// []string{}:通过代码写死的方式添加主人账号
|
||||
// os.Args[1:]:通过命令行参数的方式添加主人账号
|
||||
SuperUsers: append([]string{"1156544355", "1846515440", "1776620359", "3075596057", "740768239"}, os.Args[1:]...),
|
||||
SuperUsers: append([]string{"12345678", "87654321"}, os.Args[1:]...),
|
||||
|
||||
Driver: []zero.Driver{
|
||||
&driver.WSClient{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user