© 2026 Hedgehog Software, LLC
let guildChannelId = interaction.guild.channels.create({ name: "informacja-" + channelId, parent: category.id, type: ChannelType.GuildText, permissionOverwrites: [ { id: interaction.guild.roles.everyone, deny: [PermissionFlagsBits.ViewChannel], }, { id: interaction.user.id, allow: [PermissionFlagsBits.ViewChannel], } ] });
Join the Discord to ask follow-up questions and connect with the community
Support server for discord.js, a Node.js module to interact with Discord's apps API.
57,666 Members