1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 01:21:56 +00:00

Update ffmpeg.js

This commit is contained in:
MatteZ02 2020-02-11 08:23:03 +02:00
parent 3a0d3b7f7c
commit a3d929f252

View File

@ -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);
}