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

Update index.js

This commit is contained in:
MatteZ02 2019-06-13 10:41:53 +03:00
parent ee4829ca28
commit 4a85a7e842

View File

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