Disabeling music for real

master
Cristiano Pires 2 years ago
parent b8df4772da
commit 899af5007b

@ -7,7 +7,7 @@ class setYTFeed extends Command{
super(client, {
name: 'setFeed',
aliases:['setYTFeed','setytf', 'setYTF'],
description: 'Sets the message channel where a defined youtube channel feed will be displayed. (Order: Youtube channel url, discord channel id, Costum message to display when a new video is released) You can only assign one feed per channel.',
description: 'Sets the message channel where a defined youtube channel feed will be displayed. (Order: Youtube channel url, discord channel id, Costum message to display when a new video is released)',
needsAdmin:true,
});
this.client = client;

@ -136,7 +136,8 @@ async function music()
{
//console.log('Music: Looking for Servers.')
const ServersWithMusicOn = await serversWithMusicOn(bot.guilds.cache);
if(!ServersWithMusicOn) return
const ISGONNABEOFFFORAWHILE = true
if(!ServersWithMusicOn && !ISGONNABEOFFFORAWHILE) return
for(var server of ServersWithMusicOn)
{
if(!Childs[server.name])

Loading…
Cancel
Save