From 0b29cad0ade11364f9246de343a5a1a89bed510e Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Thu, 12 Mar 2020 02:55:01 +0200 Subject: [PATCH] Update play.js --- commands/play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/play.js b/commands/play.js index 96425a4..5b6a633 100644 --- a/commands/play.js +++ b/commands/play.js @@ -34,7 +34,7 @@ module.exports = { station = client.stations[number]; } } else { - if(args[1].length < 4) return msg.channel.send('<:redx:674263474704220182> station must be over 3 characters!'); + 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];