0
我試圖創建一個不和諧的機器人使用下面的代碼共享一些文件,並不理解的東西。當使用sendFile
命令時,如果我沒有new Buffer
參數,則在調用殭屍程序時,它會在調用時沒有錯誤地關閉,但發送文件時發送的文件的大小等於緩衝區的大小且不可用。SendFile in Discord.js不發送整個文件
"files": {
description: "Replies with required files for setup",
process: function(bot, msg, suffix){
bot.sendFile(msg.channel, new Buffer("Not sure what this is"), "My\file\path")
}
}
添加最小,完整和可驗證示例:http://stackoverflow.com/help/mcve – 2016-08-04 04:26:07