1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 04:31:56 +00:00

Update invite.js

This commit is contained in:
MatteZ02 2019-08-04 16:02:31 +03:00
parent e07ec319f2
commit 3388da95b9

View File

@ -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);