我正在尝试使用Slack API提供的this method来获取“user”对象的“name”属性,而我正在使用的代码如下:
controller.hears(['users'], 'direct_message, direct_mention, mention', function(bot, message){
bot.api.users.info({}), function(err, response) {
bot.reply(message, response);
var slack_username = message["user"][2];
console.log(">>>>> " + slack_username);
});
});
我不确定我做错了什么/失踪了,任何帮助都将不胜感激!提前谢谢!
修改
预期产出:“dkulas”
终端输出“”U“
debug:得到响应null {“OK”:false,“error”:“user_not_found”}
degub:SAY {ok:false,错误:'user_not_found',频道“'D0UV5S7MZ'}