change public tweet author

merge-requests/3/head
loicbersier 5 years ago
parent 66cef61f3e
commit b891b96410

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

Loading…
Cancel
Save