Moved searchStations function into funcs folder

This commit is contained in:
Christer Warén
2021-09-05 02:16:58 +03:00
parent a3efdbf3cb
commit c724ae502f
4 changed files with 66 additions and 129 deletions

View File

@ -39,6 +39,7 @@ class RadioClient extends Client {
this.funcs.statisticsUpdate = require("./client/funcs/statisticsUpdate.js");
this.funcs.saveState = require("./client/funcs/saveState.js");
this.funcs.loadState = require("./client/funcs/loadState.js");
this.funcs.searchStations = require("./client/funcs/searchStations.js");
console.log('RadioX ' + this.config.version);
console.log('Internet Radio to your Discord guild');