Huge sound player overhaul using Lavalink, added boom, removed prunejuice, boat, and bus, re-encoded audio files with ffmpeg

This commit is contained in:
TheEssem 2020-06-27 12:18:26 -05:00
parent 56faea8d59
commit 0cc80da8b6
41 changed files with 107 additions and 56 deletions

View file

@ -7,6 +7,7 @@ const collections = require("../utils/collections.js");
const logger = require("../utils/logger.js");
const messages = require("../messages.json");
const misc = require("../utils/misc.js");
const soundPlayer = require("../utils/soundplayer.js");
const helpGenerator =
process.env.OUTPUT !== "" ? require("../utils/help.js") : null;
const twitter =
@ -128,6 +129,8 @@ module.exports = async () => {
});
};
await soundPlayer.connect();
// tweet stuff
if (twitter !== null && twitter.active === false) {
const blocks = await twitter.client.blocks.ids();