mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 05:10:17 +00:00
Update invite.js
This commit is contained in:
parent
3388da95b9
commit
29b40867a3
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user