Update context.py 新增ContextType "ACCEPT_FRIEND"

master
befantasy 2023-09-28 16:11:09 +08:00 committed by GitHub
parent 9736f121eb
commit a0ae2d13dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ class ContextType(Enum):
SHARING = 6 # 分享信息
IMAGE_CREATE = 10 # 创建图片命令
ACCEPT_FRIEND = 19 # 同意好友请求
JOIN_GROUP = 20 # 加入群聊
PATPAT = 21 # 拍了拍
FUNCTION = 22 # 函数调用