init: 初始化仓库
This commit is contained in:
8
constants/gocq_event.go
Normal file
8
constants/gocq_event.go
Normal 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"
|
||||
)
|
||||
Reference in New Issue
Block a user