mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-02 05:43:37 +00:00
Fix Stations class bug
This commit is contained in:
@ -42,12 +42,14 @@ module.exports = {
|
||||
client.stations = new Stations();
|
||||
|
||||
await client.stations.fetch({
|
||||
url: client.config.stationslistUrl
|
||||
url: client.config.stationslistUrl,
|
||||
show: true
|
||||
});
|
||||
|
||||
setInterval(async () => {
|
||||
await client.stations.fetch({
|
||||
url: client.config.stationslistUrl
|
||||
url: client.config.stationslistUrl,
|
||||
show: false
|
||||
});
|
||||
}, 3600000);
|
||||
|
||||
|
Reference in New Issue
Block a user