From 126d5e9ba2c9fea25cb46096fb74f310833c03c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 16 Sep 2021 02:07:05 +0300 Subject: [PATCH] Update play command --- src/client/commands/play.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/client/commands/play.js b/src/client/commands/play.js index ee002a9..d8795dc 100644 --- a/src/client/commands/play.js +++ b/src/client/commands/play.js @@ -124,9 +124,8 @@ module.exports = { construct.connection = connection; let date = new Date(); construct.startTime = date.getTime(); - client.funcs.play(client, interaction, interaction.guild, station); - client.datastore.checkEntry(interaction.guild.id); + client.funcs.play(client, interaction, interaction.guild, station); } catch (error) { console.log(error); client.radio.delete(interaction.guild.id);