put author

This commit is contained in:
loicbersier 2019-07-09 03:39:51 +02:00
parent 618dba0065
commit bb01ce69ac

View file

@ -68,6 +68,7 @@ class tweetCommand extends Command {
// Im too lazy for now to make an entry in config.json
const publicEmbed = new MessageEmbed()
.setAuthor('Some user of discord...')
.setDescription(args.text)
.addField('Link', `https://twitter.com/HahaYesDB/status/${tweetid}`)
.setTimestamp();