diff --git a/commands/play.js b/commands/play.js index ad8939a..1b6bbb1 100644 --- a/commands/play.js +++ b/commands/play.js @@ -34,7 +34,6 @@ module.exports = { station = client.stations[number]; } } else { - if (args[1].length < 4) return msg.channel.send('Station must be over 3 characters!'); const sstation = await client.funcs.searchStation(args.slice(1).join(' '), client); if (!sstation) return msg.channel.send('No stations found!'); url = sstation.stream[sstation.stream.default];