From a3d929f252d8d950344def489a483d9fed69b499 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Tue, 11 Feb 2020 08:23:03 +0200 Subject: [PATCH] Update ffmpeg.js --- struct/funcs/ffmpeg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/struct/funcs/ffmpeg.js b/struct/funcs/ffmpeg.js index 594f0f3d..8b543316 100644 --- a/struct/funcs/ffmpeg.js +++ b/struct/funcs/ffmpeg.js @@ -1,6 +1,6 @@ module.exports = async function (client) { try { - await client.channels.get(client.configs.secondary_test_channel).join() + await client.channels.get(client.config.secondary_test_channel).join() } catch (error) { client.channels.get(client.config.debug_channel).send("Error detected: " + error); }