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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user