mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-01 07:43:38 +00:00
stations
This commit is contained in:
@ -35,7 +35,7 @@ module.exports = {
|
||||
}
|
||||
} else {
|
||||
const sstation = await client.funcs.searchStation(args.slice(1).join(' '), client);
|
||||
if (sstation === false) return msg.channel.send('No stations found!');
|
||||
if (!sstation) return msg.channel.send('No stations found!');
|
||||
url = sstation.stream[sstation.stream.default];
|
||||
station = sstation
|
||||
}
|
||||
|
Reference in New Issue
Block a user