feat: add muxer job queue with SQLite integration and metrics tracking

This commit is contained in:
MythEclipse
2026-05-13 17:06:22 +07:00
parent 978c2c468d
commit f9a4b4a92d
7 changed files with 321 additions and 1 deletions
-1
View File
@@ -5,7 +5,6 @@ import "dotenv/config";
import { getVoiceConnection } from "@discordjs/voice";
import { Client } from "discord.js-selfbot-v13";
import { config } from "./config";
import { AppError } from "./errors";
import { createChildLogger } from "./logger";
import { discordPlayer } from "./player";
import { startRecording, stopRecording } from "./recorder";