mirror of
https://github.com/fumiama/NanoBot.git
synced 2026-06-07 11:40:23 +08:00
🐛 example
This commit is contained in:
@@ -18,7 +18,7 @@ func main() {
|
||||
AppID: "你的AppID",
|
||||
Token: "你的Token",
|
||||
Secret: "你的Secret, 目前没用到, 可以不填",
|
||||
Intents: nano.IntentPublic,
|
||||
Intents: nano.IntentGuildPublic,
|
||||
SuperUsers: []string{"用户ID1", "用户ID2"},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user