diff --git a/commands/admin/custom_vc/slash.js b/commands/admin/custom_vc/slash.js index 24df19c..e3255d0 100644 --- a/commands/admin/custom_vc/slash.js +++ b/commands/admin/custom_vc/slash.js @@ -24,6 +24,7 @@ export const data = new SlashCommandBuilder() option .setRequired(true) .setName('channel') + .addChannelTypes(ChannelType.GuildVoice) .setDescription('The voice channel to be used.') ) );