mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-13 00:10:21 +00:00
Update maintenance command
This commit is contained in:
parent
0c76c137b9
commit
824d4042c1
@ -126,6 +126,9 @@ module.exports = {
|
|||||||
.then(response => response.json());
|
.then(response => response.json());
|
||||||
|
|
||||||
client.funcs.logger('Stations', 'Successfully fetched list');
|
client.funcs.logger('Stations', 'Successfully fetched list');
|
||||||
|
|
||||||
|
client.streamer.refresh(client);
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
client.funcs.logger('Stations', 'Fetching list failed');
|
client.funcs.logger('Stations', 'Fetching list failed');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user