forked from Supositware/Haha-Yes
some typo
This commit is contained in:
parent
ccf69cda2c
commit
fc577e814a
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class tweetCommand extends Command {
|
|||
const tweetid = response.id_str;
|
||||
|
||||
const publicEmbed = new MessageEmbed()
|
||||
.setAuthor('Some user of discord say...')
|
||||
.setAuthor('Some user of discord said...')
|
||||
.setDescription(args.text)
|
||||
.addField('Link', `https://twitter.com/HahaYesDB/status/${tweetid}`)
|
||||
.setTimestamp();
|
||||
|
|
Loading…
Reference in a new issue