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:
parent
38197d8ce9
commit
2a308321ae
1
index.js
1
index.js
@ -89,7 +89,6 @@ client.on('message', async msg => {
|
|||||||
if (msg.member.guild.roles.find(x => x.name === 'DJ')) {
|
if (msg.member.guild.roles.find(x => x.name === 'DJ')) {
|
||||||
if (!msg.member.roles.find(x => x.name === 'DJ')) {
|
if (!msg.member.roles.find(x => x.name === 'DJ')) {
|
||||||
msg.channel.send(':x: i\'m sorry but you need to have the \'DJ\' role use music commands!')
|
msg.channel.send(':x: i\'m sorry but you need to have the \'DJ\' role use music commands!')
|
||||||
return undefined;
|
|
||||||
}
|
}
|
||||||
if (msg.member.roles.find(x => x.name === 'DJ')) {
|
if (msg.member.roles.find(x => x.name === 'DJ')) {
|
||||||
const args = msg.content.split(' ');
|
const args = msg.content.split(' ');
|
||||||
|
Loading…
Reference in New Issue
Block a user