Discord.js 嵌入消息出错
Discord.js Embed Message giving errors
我的代码:https://pastebin.com/MTH5Fcm7
当我 运行 命令 ?help
它给出了这个错误:
(node:20460) DeprecationWarning:消息事件已弃用。改为使用 messageCreate
(使用 node --trace-deprecation ...
显示创建警告的位置)
未捕获的 DiscordAPIError:无法发送空消息
没有可用的调试器,无法发送 'variables'
假设您正在使用最新版本的 discord.js (v13) 来发送您必须执行的嵌入 <channel>.send({embeds: [array of embeds]})
-
我的代码:https://pastebin.com/MTH5Fcm7
当我 运行 命令 ?help
它给出了这个错误:
(node:20460) DeprecationWarning:消息事件已弃用。改为使用 messageCreate
(使用 node --trace-deprecation ...
显示创建警告的位置)
未捕获的 DiscordAPIError:无法发送空消息 没有可用的调试器,无法发送 'variables'
假设您正在使用最新版本的 discord.js (v13) 来发送您必须执行的嵌入 <channel>.send({embeds: [array of embeds]})
-