mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-17 01:16:00 +00:00
ffmpeg test
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
module.exports = async function (client) {
|
||||
if (!client.guild.find('489111553321336832')) return;
|
||||
if (!client.guilds.cache.has(client.config.testServer)) return;
|
||||
try {
|
||||
await client.channels.fetch(client.config.secondary_test_channel)
|
||||
.then(x => x.join());
|
||||
|
Reference in New Issue
Block a user