additional changes

This commit is contained in:
mo
2026-03-01 16:55:23 +01:00
parent 0e014dd08d
commit 93788b9873
11 changed files with 54 additions and 14 deletions

View File

@@ -26,5 +26,10 @@ export const dynamicVoiceChannelService = new DynamicVoiceChannelsService(
key: VoiceChannels.enum["for-group"],
size: 99,
},
{
channelId: config.channelMapping.voice.custom,
key: VoiceChannels.enum.custom,
size: 99,
},
],
);