put author
This commit is contained in:
parent
618dba0065
commit
bb01ce69ac
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ class tweetCommand extends Command {
|
||||||
|
|
||||||
// Im too lazy for now to make an entry in config.json
|
// Im too lazy for now to make an entry in config.json
|
||||||
const publicEmbed = new MessageEmbed()
|
const publicEmbed = new MessageEmbed()
|
||||||
|
.setAuthor('Some user of discord...')
|
||||||
.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…
Reference in a new issue