mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-17 01:16:00 +00:00
priv
This commit is contained in:
@ -3,6 +3,7 @@ module.exports = async function (client) {
|
||||
await client.channels.fetch(client.config.secondary_test_channel)
|
||||
.then(x => x.join());
|
||||
} catch (error) {
|
||||
if (error === "TypeError: Cannot read property 'join' of null") return;
|
||||
client.debug_channel.send(client.messages.errorDetected + error);
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user