diff --git a/bot/commands/media/instagram.js b/bot/commands/media/instagram.js index d72e9bb..6e376d0 100644 --- a/bot/commands/media/instagram.js +++ b/bot/commands/media/instagram.js @@ -29,7 +29,6 @@ module.exports = { console.log({ videoUrl, force }); if (configStore.getOr('instagram.enabled', 'true') !== 'true') { - await interaction.reply('Instagram support is disabled'); return; } @@ -116,4 +115,4 @@ module.exports = { const embeddableUrl = await EmbedProxyClient.add(vurl, parseInt(vwidth, 10), parseInt(vheight, 10)); await replyMsg.edit(`${embeddableUrl}`); }, -}; \ No newline at end of file +};