Added saveRadios function & imported funcs in Client.ts

This commit is contained in:
Christer Warén
2021-09-06 04:22:35 +03:00
parent 235a02ca60
commit 60ef1cd138
2 changed files with 22 additions and 0 deletions

View File

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