forked from Supositware/Haha-Yes
send link to the post
This commit is contained in:
parent
d84a47ca60
commit
75fbcc0687
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class tweetCommand extends Command {
|
|||
|
||||
// Send the final text
|
||||
|
||||
channel.send(`AUTHOR: ${message.author.username} (${message.author.id}) Sent: ${text}`);
|
||||
channel.send(`AUTHOR: ${message.author.username} (${message.author.id}) Sent: ${text}\nhttps://twitter.com/HahaYesDB/status/${tweetid}`);
|
||||
|
||||
return message.channel.send(`Go see ur epic tweet https://twitter.com/HahaYesDB/status/${tweetid}`);
|
||||
} catch(err) {
|
||||
|
|
Loading…
Reference in a new issue