瀏覽代碼

fix: exit group optimize

master
zhayujie 11 月之前
父節點
當前提交
40fd545b2c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      plugins/hello/hello.py

+ 1
- 1
plugins/hello/hello.py 查看文件

@@ -49,7 +49,7 @@ class Hello(Plugin):
return
if e_context["context"].type == ContextType.EXIT_GROUP:
if conf().get("group_chat_exit_group", []) == True:
if conf().get("group_chat_exit_group"):
e_context["context"].type = ContextType.TEXT
msg: ChatMessage = e_context["context"]["msg"]
e_context["context"].content = f'请你随机使用一种风格跟其他群用户说他违反规则"{msg.actual_user_nickname}"退出群聊。'


Loading…
取消
儲存