【发布时间】:2021-02-10 04:54:27
【问题描述】:
我想做一些事情来防止整个消息不被发送,就像机器人在没有成功发送所述消息时抛出错误一样。
说消息是:
Hello world, I am Johnty *1000+ more chars here*
我希望它能够这样做:
Hello world, I am Johnty *500+ more chars here*...
const embed = new Discord.MessageEmbed()
.setDescription(`${message.content}`);
【问题讨论】:
标签: node.js discord discord.js