chore(auto): task completed - unknown
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user