get the authors username discord js

Solutions on MaxInterview for get the authors username discord js by the best coders in the world

showing results for - "get the authors username discord js"
Alexander
26 Nov 2018
1const feedback = new discord.RichEmbed()
2.setColor([0, 0, 255])
3.setFooter("Bot created by : " + message.author.username, message.author.avatarURL)
4.setDescription("The text I want to be sent")
5
similar questions
queries leading to this page
get the authors username discord js