change public tweet author

This commit is contained in:
loicbersier 2019-07-23 16:17:16 +02:00
parent 66cef61f3e
commit b891b96410

View file

@ -67,7 +67,7 @@ class tweetCommand extends Command {
const tweetid = response.id_str;
const publicEmbed = new MessageEmbed()
.setAuthor('Some user of discord...')
.setAuthor('Some user of discord say...')
.setDescription(args.text)
.addField('Link', `https://twitter.com/HahaYesDB/status/${tweetid}`)
.setTimestamp();