mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 03:00:18 +00:00
Update Ready event
This commit is contained in:
parent
7aba428b8e
commit
e0a3743547
@ -41,12 +41,12 @@ module.exports = {
|
||||
show: true
|
||||
});
|
||||
|
||||
setInterval(async () => {
|
||||
/*setInterval(async () => {
|
||||
await client.stations.fetch({
|
||||
url: client.config.stationslistUrl,
|
||||
show: false
|
||||
});
|
||||
}, 3600000);
|
||||
}, 3600000);*/
|
||||
|
||||
client.streamer = new Streamer();
|
||||
client.streamer.init(client);
|
||||
|
Loading…
Reference in New Issue
Block a user