yeyang52/yenai-plugin

喵崽#椰奶状态 收/发/图片 计数失效

Closed this issue · 0 comments

问题描述
RT

Yunzai版本
Miao-Yunzai

2d49a7e 注意到这个提交里移除了喵崽的计数统计,使用之前的代码是正常的

const sent = await redis.get(`Yz:count:send:msg:bot:${bot.uin}:total`) || await redis.get('Yz:count:sendMsg:total') || 0
const recv = await redis.get(`Yz:count:receive:msg:bot:${bot.uin}:total`) || bot.stat?.recv_msg_cnt || "未知"
const screenshot = await redis.get(`Yz:count:send:image:bot:${bot.uin}:total`) || await redis.get('Yz:count:screenshot:total') || 0