forked from Supositware/Haha-Yes
change public tweet author
This commit is contained in:
parent
66cef61f3e
commit
b891b96410
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue