1
0
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:
MatteZ02
2020-03-15 22:09:00 +02:00
parent b0886a78a0
commit 2ca0306928
2 changed files with 2 additions and 1 deletions

View File

@ -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());