diff --git a/commands/general/tweet.js b/commands/general/tweet.js
index 26727e0..099828a 100644
--- a/commands/general/tweet.js
+++ b/commands/general/tweet.js
@@ -68,6 +68,7 @@ class tweetCommand extends Command {
 			
 			// Im too lazy for now to make an entry in config.json
 			const publicEmbed = new MessageEmbed()
+				.setAuthor('Some user of discord...')
 				.setDescription(args.text)
 				.addField('Link', `https://twitter.com/HahaYesDB/status/${tweetid}`)
 				.setTimestamp();