From bb01ce69ac76407db510701988475a63ca580b01 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 9 Jul 2019 03:39:51 +0200 Subject: [PATCH] put author --- commands/general/tweet.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/general/tweet.js b/commands/general/tweet.js index 26727e04..099828af 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();