some typo

merge-requests/4/head
loicbersier 5 years ago
parent ccf69cda2c
commit fc577e814a

@ -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();

Loading…
Cancel
Save