some typo

This commit is contained in:
loicbersier 2019-10-13 16:53:46 +02:00
parent ccf69cda2c
commit fc577e814a

View file

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