Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

get the authors username discord.js

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")
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #authors #username
ADD COMMENT
Topic
Name
2+9 =