forked from Supositware/Haha-Yes
Show message ID
Signed-off-by: loicbersier <loic.bersier1@gmail.com>
This commit is contained in:
parent
0cf246d5a2
commit
458c8977a8
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ class tweetCommand extends Command {
|
|||
.setDescription(args.text)
|
||||
.addField('Link', `https://twitter.com/i/status/${tweetid}`, true)
|
||||
.addField('Tweet ID', tweetid, true)
|
||||
.addField('Messsage ID', message.id, true)
|
||||
.addField('Author', `${message.author.username} (${message.author.id})`, true)
|
||||
.setTimestamp();
|
||||
|
||||
|
|
Loading…
Reference in a new issue