mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-16 18:56:00 +00:00
status and fix ffmpeg
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
module.exports = async function (client) {
|
||||
try {
|
||||
await client.channels.get(client.config.secondary_test_channel).join()
|
||||
await client.channels.fetch(client.config.secondary_test_channel)
|
||||
.then(x => x.join());
|
||||
} catch (error) {
|
||||
client.channels.get(client.config.debug_channel).send("Error detected: " + error);
|
||||
}
|
||||
|
Reference in New Issue
Block a user