1
0
mirror of https://github.com/fumiama/NanoBot.git synced 2026-06-06 03:00:24 +08:00

🐛 example

This commit is contained in:
源文雨
2023-11-16 01:34:34 +09:00
parent cc02275f2d
commit 737c05f1c1
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ func main() {
AppID: "你的AppID",
Token: "你的Token",
Secret: "你的Secret, 目前没用到, 可以不填",
Intents: nano.IntentPublic,
Intents: nano.IntentGuildPublic,
Handler: &nano.Handler{
OnAtMessageCreate: func(s uint32, bot *nano.Bot, d *nano.Message) {
u := ""