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 publicEmbed = new MessageEmbed()
.setAuthor('Some user of discord say...')
.setAuthor('Some user of discord said...')
.setDescription(args.text)
.addField('Link', `https://twitter.com/HahaYesDB/status/${tweetid}`)
.setTimestamp();

Loading…
Cancel
Save