提交 8be801e8 编写于 作者: L lijiarui 提交者: Huan (李卓桓)

file() desperate, use toFileBox instead (#1481)

上级 ac241d66
......@@ -44,7 +44,7 @@ bot
console.log(`RECV: ${msg}`)
if (msg.type() !== Message.Type.Text) {
const file = await msg.file()
const file = await msg.toFileBox()
const name = file.name
console.log('Save file to: ' + name)
file.toFile(name)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册