1
0
Fork 0

Show text on public embed description

akairo
loicbersier 5 years ago
parent e2527bf811
commit e0847399ca

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

Loading…
Cancel
Save