Brunoo16 / discord-sans-bot

An Undertale related discord bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embed error

whxyu1337 opened this issue · comments

(node:4480) DeprecationWarning: The message event is deprecated. Use messageCreate instead
(Use node --trace-deprecation ... to show where the warning was created)
RangeError [EMBED_FIELD_VALUE]: MessageEmbed field values must be non-empty strings.
at Function.verifyString (C:\Users\Dell\Desktop\discord-sans-bot-master\node_modules\discord.js\src\util\Util.js:413:41)
at Function.normalizeField (C:\Users\Dell\Desktop\discord-sans-bot-master\node_modules\discord.js\src\structures\MessageEmbed.js:480:19)
at C:\Users\Dell\Desktop\discord-sans-bot-master\node_modules\discord.js\src\structures\MessageEmbed.js:501:14
at Array.map ()
at Function.normalizeFields (C:\Users\Dell\Desktop\discord-sans-bot-master\node_modules\discord.js\src\structures\MessageEmbed.js:500:8)
at MessageEmbed.addFields (C:\Users\Dell\Desktop\discord-sans-bot-master\node_modules\discord.js\src\structures\MessageEmbed.js:322:42)
at MessageEmbed.addField (C:\Users\Dell\Desktop\discord-sans-bot-master\node_modules\discord.js\src\structures\MessageEmbed.js:313:17)
at Object.module.exports.executeCommand (C:\Users\Dell\Desktop\discord-sans-bot-master\commands\check.js:20:18)
at module.exports (C:\Users\Dell\Desktop\discord-sans-bot-master\events\message.js:13:25)
at Client.emit (node:events:390:28) {
[Symbol(code)]: 'EMBED_FIELD_VALUE'
}