chore(auto): task completed - unknown

This commit is contained in:
MythEclipse
2026-06-13 13:35:41 +07:00
parent 2e14b5e4ed
commit eab8505889
2 changed files with 5 additions and 4 deletions
@@ -69,7 +69,7 @@ export class CommandHandler {
this.voiceController = voiceController;
// Create domain-specific handlers with their dependencies
this.voiceHandler = new VoiceHandler(client, voiceController);
this.voiceHandler = new VoiceHandler(client, voiceController, this.redisPub);
this.mediaHandler = new MediaHandler();
this.guildHandler = new GuildHandler(client);
this.moderationHandler = new ModerationHandler(client);