slash-e/server/common/common.go
2024-08-24 00:14:55 +08:00

7 lines
65 B
Go

package common
const (
// BotID is the id of bot.
BotID = 0
)