From dc2c09f0ced59542535b6d48883c0553af7574b3 Mon Sep 17 00:00:00 2001
From: Supositware <loic.bersier1@gmail.com>
Date: Wed, 27 Feb 2019 15:34:55 +0100
Subject: [PATCH] Send the uncensorred text in channel

---
 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 bee6ac5..5c80899 100644
--- a/commands/general/tweet.js
+++ b/commands/general/tweet.js
@@ -66,7 +66,7 @@ class tweetCommand extends Command {
 	
 			//	  Send the final text
 
-			channel.send(`AUTHOR: ${message.author.username} (${message.author.id}) Sent: ${text}\nhttps://twitter.com/HahaYesDB/status/${tweetid}`);
+			channel.send(`AUTHOR: ${message.author.username} (${message.author.id}) Sent: ${args.text}\nhttps://twitter.com/HahaYesDB/status/${tweetid}`);
 
 			return message.channel.send(`Go see ur epic tweet https://twitter.com/HahaYesDB/status/${tweetid}`);
 		} catch(err) {