Moved play function to funcs folder

This commit is contained in:
Christer Warén
2021-09-05 02:35:36 +03:00
parent e8d90f8a3c
commit 25356be323
4 changed files with 93 additions and 176 deletions

View File

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