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:
parent
adb964cef0
commit
4680497b0e
7
index.js
7
index.js
@ -78,13 +78,6 @@ client.on('message', async msg => {
|
||||
msg.channel.send('Invite me with: https://bit.ly/2V3D0p7')
|
||||
return undefined;
|
||||
}
|
||||
if (command === `${PREFIX}forcestop`) {
|
||||
if (msg.author.username === 'Matte') {
|
||||
serverQueue.songs = [];
|
||||
serverQueue.connection.dispatcher.end('forced to stop');
|
||||
msg.geoipj
|
||||
}
|
||||
}
|
||||
if (msg.member.guild.roles.find(x => x.name === 'DJ')) {
|
||||
if (msg.member.roles.find(x => x.name === 'DJ')) {
|
||||
const args = msg.content.split(' ');
|
||||
|
Loading…
Reference in New Issue
Block a user