Files
WeChatHookBot/plugins/GroupLeave/config.toml

23 lines
600 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 退群提醒插件配置
[plugin]
enabled = true
name = "GroupLeave"
description = "成员退群时发送提醒卡片"
[leave]
# 退群提醒卡片配置
# 支持变量:{nickname} - 退群成员昵称
title = "{nickname} 已退出群聊"
desc = "{nickname} 离开了我们祝TA一切顺利~"
url = "https://www.functen.cn"
# image_url 将使用退群成员的头像,无需配置
[behavior]
# 是否启用退群提醒
enabled = true
# 启用提醒的群聊列表(为空则对所有群生效)
enabled_groups = []
# 禁用提醒的群聊列表
disabled_groups = []