📅  最后修改于: 2022-03-11 15:03:03.477000             🧑  作者: Mango
const feedback = new discord.RichEmbed()
.setColor([0, 0, 255])
.setFooter("Bot created by : " + message.author.username, message.author.avatarURL)
.setDescription("The text I want to be sent")