✏️ 修复个别碧油鸡

This commit is contained in:
Yiwen-Chan
2021-03-13 18:34:54 +08:00
parent 423d493300
commit 2cff0b4e38
5 changed files with 14 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ func main() {
AccessToken: "",
NickName: []string{"椛椛"},
CommandPrefix: "/",
SuperUsers: []string{"825111790"},
SuperUsers: []string{"825111790", "213864964"},
})
select {}
}