mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 05:10:17 +00:00
Update ffmpeg.js
This commit is contained in:
parent
3a0d3b7f7c
commit
a3d929f252
@ -1,6 +1,6 @@
|
|||||||
module.exports = async function (client) {
|
module.exports = async function (client) {
|
||||||
try {
|
try {
|
||||||
await client.channels.get(client.configs.secondary_test_channel).join()
|
await client.channels.get(client.config.secondary_test_channel).join()
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
client.channels.get(client.config.debug_channel).send("Error detected: " + error);
|
client.channels.get(client.config.debug_channel).send("Error detected: " + error);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user