fix: shortcut view activity

This commit is contained in:
Steven
2024-08-24 00:14:55 +08:00
parent 2ddb47f4df
commit 93bb880e8e
4 changed files with 59 additions and 102 deletions

6
server/common/common.go Normal file
View File

@ -0,0 +1,6 @@
package common
const (
// BotID is the id of bot.
BotID = 0
)