mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-08-15 22:17:12 +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