Moved listStations into funcs folder

This commit is contained in:
Christer Warén
2021-09-05 03:11:51 +03:00
parent ec6ea7e839
commit 17132cd51a
4 changed files with 51 additions and 87 deletions

View File

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