Open FeedMincPls opened 7 months ago
QQ发送的图片会在DC变成名称为0的文件,后缀改为png会正常显示 QQ发送表情商城的表情则会在DC变成名称为Download的文件
补充:Windows 10环境,QQNT+LiteLoaderQQNT+LLOneBot
可以先进 node_modules/@satorijs/adapter-discord/lib/index.js 搜索 sendEmbed 修改其中的一行为 form.append("file", value, filename + "." + mime.split('/').pop()); 临时用一下
node_modules/@satorijs/adapter-discord/lib/index.js
sendEmbed
form.append("file", value, filename + "." + mime.split('/').pop());
QQ发送的图片会在DC变成名称为0的文件,后缀改为png会正常显示 QQ发送表情商城的表情则会在DC变成名称为Download的文件