mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-12-23 10:33:18 +00:00
Update listStations function
This commit is contained in:
parent
90c7c667e4
commit
b34120e688
@ -4,7 +4,7 @@ module.exports = function listStations(client, interaction){
|
|||||||
let stations = new Array();
|
let stations = new Array();
|
||||||
let options = new Array();
|
let options = new Array();
|
||||||
|
|
||||||
stations = client.stations.forEach(station => {
|
stations = client.stations.list.forEach(station => {
|
||||||
if(station.name == "GrooveFM") return;
|
if(station.name == "GrooveFM") return;
|
||||||
station = {
|
station = {
|
||||||
label: station.name,
|
label: station.name,
|
||||||
|
Loading…
Reference in New Issue
Block a user