mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 05:10:17 +00:00
Update index.js
This commit is contained in:
parent
ee4829ca28
commit
4a85a7e842
2
index.js
2
index.js
@ -83,7 +83,7 @@ client.on('message', async msg => {
|
|||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
if(msg.content === `${PREFIX}invite`) {
|
if(msg.content === `${PREFIX}invite`) {
|
||||||
msg.channel.send('https://bit.ly/2V3D0p7')
|
msg.channel.send('Invite me with: https://bit.ly/2V3D0p7')
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
if (msg.member.guild.roles.find(x => x.name === 'DJ')) {
|
if (msg.member.guild.roles.find(x => x.name === 'DJ')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user