4hm*_*m3d 8 warnings deprecated deprecation-warning discord discord.js
运行我的机器人代码时,我在终端中收到此警告:
(节点:6220)DeprecationWarning:不推荐为 MessageEmbed#setFooter 传递字符串。而是传递一个单独的对象。(用于node --trace-deprecation ...显示创建警告的位置)
小智 19
D.JS v13 更改
// you used:
embed.setFooter("test")
// in discord.js v13:
embed.setFooter({
text: "test"
})
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
11542 次 |
| 最近记录: |