mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
ffmpeg test
This commit is contained in:
parent
b0886a78a0
commit
2ca0306928
@ -5,6 +5,7 @@ module.exports = {
|
|||||||
devToken: process.env.DEVTOKEN,
|
devToken: process.env.DEVTOKEN,
|
||||||
dblKey: process.env.DBLKEY,
|
dblKey: process.env.DBLKEY,
|
||||||
api_key: process.env.GOOGLE_API_KEY,
|
api_key: process.env.GOOGLE_API_KEY,
|
||||||
|
testServer: "489111553321336832",
|
||||||
debug_channel: "634718645188034560",
|
debug_channel: "634718645188034560",
|
||||||
primary_test_channel: "617633098296721409",
|
primary_test_channel: "617633098296721409",
|
||||||
secondary_test_channel: "570531724002328577",
|
secondary_test_channel: "570531724002328577",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
module.exports = async function (client) {
|
module.exports = async function (client) {
|
||||||
if (!client.guild.find('489111553321336832')) return;
|
if (!client.guilds.cache.has(client.config.testServer)) return;
|
||||||
try {
|
try {
|
||||||
await client.channels.fetch(client.config.secondary_test_channel)
|
await client.channels.fetch(client.config.secondary_test_channel)
|
||||||
.then(x => x.join());
|
.then(x => x.join());
|
||||||
|
Loading…
Reference in New Issue
Block a user