init: 初始化仓库

This commit is contained in:
lixiangwuxian
2024-10-08 01:34:26 +08:00
commit 4d6c22ff7b
24 changed files with 1311 additions and 0 deletions

8
constants/gocq_event.go Normal file
View File

@@ -0,0 +1,8 @@
package constants
const (
PRIVATE_MSG = "private"
GROUP_MSG = "group"
PRIVATE_MSG_SEND = "send_private_msg"
GROUP_MSG_SEND = "send_group_msg"
)