1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-12-22 21:13:18 +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; return undefined;
} }
if (msg.content === `${PREFIX}invite`) { 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; return undefined;
} }
if (msg.member.guild.roles.find(x => x.name === 'DJ')) { if (msg.member.guild.roles.find(x => x.name === 'DJ')) {