mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-12-22 20:23:16 +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());
|
||||
client.funcs.logger('Stations', 'Successfully fetched list');
|
||||
} catch (error) {
|
||||
client.funcs.logger('Stations', ' Fetching list failed');
|
||||
client.funcs.logger('Stations', 'Fetching list failed');
|
||||
console.error(error + "\n");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user