为什么“presenceUpdate” Discord.js 不起作用
client.on("presenceUpdate", function (oldPresence, newPresence) { console.log(oldPresence, newPresence); }
即使日志上没有显示错误,这也不会在任何日志上显示任何内容 Discordjs v12.5.3。
client.on("presenceUpdate", function (oldPresence, newPresence) { console.log(oldPresence, newPresence); }
This doesn't show anything on any logs even though no error shows up on logs
discordjs v12.5.3.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你好,如果您尝试设置机器人的客户端状态,那么我建议执行
client.user.setPresence
函数,如果您想控制台客户端状态,那么您可以执行console.log(状态)
hello there if your trying to set the bot's client presence then i would recommend to do the
client.user.setPresence
function and if you wanna console the clients status then you can doconsole.log(status)