diff --git a/commands/invite.js b/commands/invite.js index 3b4e8098..7702412b 100644 --- a/commands/invite.js +++ b/commands/invite.js @@ -4,8 +4,8 @@ module.exports = { cooldown: 5, execute(message, args, client, RichEmbed) { const embed = new RichEmbed() - .setTitle('Commands for Musix!') - .url('https://bit.ly/2YDrKgh') + .setTitle('Invite Musix!') + .setURL('https://bit.ly/2YDrKgh') .setAuthor(client.user.username, client.user.displayAvatarURL) .setColor('#b50002') return message.channel.send(embed);