feat: add shortcut related activity

This commit is contained in:
Steven
2023-06-24 15:55:54 +08:00
parent 81ac8d9c5d
commit d61c99f95a
4 changed files with 76 additions and 2 deletions

View File

@ -13,6 +13,11 @@ import (
"golang.org/x/crypto/bcrypt"
)
const (
// BotID is the id of bot.
BotID = 0
)
// Role is the type of a role.
type Role string