From 75fbcc0687c28e6f2eec3440b029bf3b21a2686c Mon Sep 17 00:00:00 2001
From: Loic Bersier <loic.bersier1@gmail.com>
Date: Mon, 25 Feb 2019 05:06:25 +0100
Subject: [PATCH] send link to the post

---
 commands/general/tweet.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/general/tweet.js b/commands/general/tweet.js
index 7718f99..93ec8ca 100644
--- a/commands/general/tweet.js
+++ b/commands/general/tweet.js
@@ -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) {