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

fix: qq group rules

This commit is contained in:
源文雨
2023-11-22 21:42:08 +09:00
parent e35fea5903
commit a455a5df6c
5 changed files with 13 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ func main() {
nano.Run(nil, &nano.Bot{
AppID: "你的AppID",
Token: "你的Token",
Secret: "你的Secret, 目前没用到, 可以不填",
Secret: "你的Secret, 可以不填 (QQ群Bot必须填写)",
Intents: nano.IntentGuildPublic,
Handler: &nano.Handler{
OnAtMessageCreate: func(s uint32, bot *nano.Bot, d *nano.Message) {