mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-01 22:23:38 +00:00
Update
This commit is contained in:
@ -25,11 +25,9 @@ module.exports = class Stations extends Array {
|
||||
});
|
||||
|
||||
if(options.show){
|
||||
this.logger('Stations');
|
||||
list.forEach(station => {
|
||||
console.log("- " + station.name);
|
||||
this.logger('Stations', station.name);
|
||||
});
|
||||
console.log("\n");
|
||||
}
|
||||
|
||||
list.forEach(async station => {
|
||||
|
Reference in New Issue
Block a user