From 29b40867a3ca1446c46b469ecfad1b5d59089628 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Sun, 4 Aug 2019 16:05:06 +0300 Subject: [PATCH] Update invite.js --- commands/invite.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/invite.js b/commands/invite.js index 7702412b..39350771 100644 --- a/commands/invite.js +++ b/commands/invite.js @@ -4,9 +4,8 @@ module.exports = { cooldown: 5, execute(message, args, client, RichEmbed) { const embed = new RichEmbed() - .setTitle('Invite Musix!') + .setTitle('Invite Musix to your Discord server!') .setURL('https://bit.ly/2YDrKgh') - .setAuthor(client.user.username, client.user.displayAvatarURL) .setColor('#b50002') return message.channel.send(embed); }