mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-12-23 05:53:18 +00:00
Updated logger in ready.js line 30
This commit is contained in:
parent
7a93cd001f
commit
5df88494b0
@ -27,7 +27,7 @@ module.exports = {
|
|||||||
.then(response => response.json());
|
.then(response => response.json());
|
||||||
client.funcs.logger('Stations', 'Successfully fetched list');
|
client.funcs.logger('Stations', 'Successfully fetched list');
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
client.funcs.logger('Stations', ' Fetching list failed');
|
client.funcs.logger('Stations', 'Fetching list failed');
|
||||||
console.error(error + "\n");
|
console.error(error + "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user