mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-23 00:23:17 +00:00
Update ffmpeg.js
This commit is contained in:
parent
3a0d3b7f7c
commit
a3d929f252
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user