Show text on public embed description
This commit is contained in:
parent
e2527bf811
commit
e0847399ca
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ class tweetCommand extends Command {
|
||||||
const tweetid = response.id_str;
|
const tweetid = response.id_str;
|
||||||
const publicEmbed = client.util.embed()
|
const publicEmbed = client.util.embed()
|
||||||
.setAuthor('Some user of discord said...')
|
.setAuthor('Some user of discord said...')
|
||||||
.setDescription(args.text)
|
.setDescription(text)
|
||||||
.addField('Link', `https://twitter.com/HahaYesDB/status/${tweetid}`)
|
.addField('Link', `https://twitter.com/HahaYesDB/status/${tweetid}`)
|
||||||
.setTimestamp();
|
.setTimestamp();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue