mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 02:20: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 options = new Array();
|
||||
|
||||
stations = client.stations.forEach(station => {
|
||||
stations = client.stations.list.forEach(station => {
|
||||
if(station.name == "GrooveFM") return;
|
||||
station = {
|
||||
label: station.name,
|
||||
|
Loading…
Reference in New Issue
Block a user