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-30 16:18:23 +03:00
parent 0e0d90c859
commit 07534038d3

View File

@ -17,7 +17,7 @@ client.on('message', async msg => {
msg.channel.send('-help to see my commands.')
}
if (msg.content.startsWith('>')) {
if (msg.author.id !== '360363051792203779' || msg.author.id === '384002606621655040') return msg.channel.send(':x: Developement commands are not avaiable for public usage!')
if (msg.author.id !== '360363051792203779' || msg.author.id !== '384002606621655040') return msg.channel.send(':x: Developement commands are not avaiable for public usage!');
if (msg.author.id === '360363051792203779' || msg.author.id === '384002606621655040') {
if (msg.content === '>devstop') {
serverQueue.songs = [];