1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-10 02:00:20 +00:00

Update index.js

This commit is contained in:
MatteZ02 2019-07-30 08:12:37 +03:00
parent 13b1a320ff
commit 47548f66d0

View File

@ -74,7 +74,7 @@ client.on('message', async msg => {
return undefined;
}
if (msg.content === `${PREFIX}invite`) {
msg.channel.send('Invite me with: https://bit.ly/2V3D0p7')
msg.channel.send('Invite me with: https://bit.ly/2VGcuBR')
return undefined;
}
if (msg.member.guild.roles.find(x => x.name === 'DJ')) {