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

fix delete

This commit is contained in:
源文雨
2023-10-10 23:25:48 +09:00
parent e8fd4c0c54
commit 5ec622d77f
6 changed files with 110 additions and 7 deletions

2
bot.go
View File

@@ -6,7 +6,7 @@ import "time"
type Bot struct {
AppID string // AppID is BotAppID开发者ID
Token string // Token is 机器人令牌
Key string // Key is 机器人密钥
Secret string // Secret is 机器人密钥
Timeout time.Duration // Timeout is API 调用超时
}