📌  相关文章
📜  获取作者用户名 discord.js - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:03.477000             🧑  作者: Mango

代码示例1
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")