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
I'm trying to make a slash command that when used will create a voice chat and then delete it when everyone leaves.
this works fine when creating a channel with no parent category
but when I check if there is a parent it creates the channel on the "root" level..
what am I missing
Ideally I would like to use the command in a thread such as this and have it create a voice channel at the top of the category.
my test env is not setup for threads but I want it to be in the category of the threads, not in the thread.
for instance this category is called DISCORD.JS SUPPORT create a voice channel in the category
"node": "20.16.0"
"discord.js": "^14.15.3",
9 replies