CKY
CKY
DIAdiscord.js - Imagine an app
Created by CKY on 2/2/2025 in #djs-questions
trying to create a voice channel in a parent category
thank you both thats what i was missing parent: category as CategoryChannel
9 replies
DIAdiscord.js - Imagine an app
Created by CKY on 2/2/2025 in #djs-questions
trying to create a voice channel in a parent category
channel.parent is returning type 'CategoryChannel | NewsChannel | TextChannel | ForumChannel | MediaChannel' and not ChannelType.GuildCategory is there a typings that im missing?
9 replies
DIAdiscord.js - Imagine an app
Created by CKY on 2/2/2025 in #djs-questions
trying to create a voice channel in a parent category
and wont compile out.
9 replies
DIAdiscord.js - Imagine an app
Created by CKY on 2/2/2025 in #djs-questions
trying to create a voice channel in a parent category
thank you
await interaction.channel.parent.children.create({
await interaction.channel.parent.children.create({
returns
Property 'children' does not exist on type 'CategoryChannel | NewsChannel | TextChannel | ForumChannel | MediaChannel'.
Property 'children' does not exist on type 'NewsChannel'.ts(2339)
Property 'children' does not exist on type 'CategoryChannel | NewsChannel | TextChannel | ForumChannel | MediaChannel'.
Property 'children' does not exist on type 'NewsChannel'.ts(2339)
in the ide
9 replies