forked from Supositware/Haha-Yes
send guild ID too
This commit is contained in:
parent
e42d82828b
commit
bca150def6
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class tweetCommand extends Command {
|
|||
.setAuthor(message.author.username, message.author.displayAvatarURL())
|
||||
.setDescription(args.text)
|
||||
.addField('Link', `https://twitter.com/HahaYesDB/status/${tweetid}`)
|
||||
.setFooter(`Tweet ID: ${tweetid} | Author ID: ${message.author.id}`)
|
||||
.setFooter(`Tweet ID: ${tweetid} | Author ID: ${message.author.id} | Guild ID: ${message.guild.id}`)
|
||||
.setTimestamp();
|
||||
|
||||
channel.send({embed: Embed});
|
||||
|
|
Loading…
Reference in a new issue