1
0
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:
MatteZ02 2019-07-10 14:17:13 +03:00
parent adb964cef0
commit 4680497b0e

View File

@ -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(' ');