Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question #3

Closed
4troDev opened this issue Dec 27, 2021 · 2 comments
Closed

Question #3

4troDev opened this issue Dec 27, 2021 · 2 comments

Comments

@4troDev
Copy link

4troDev commented Dec 27, 2021

is there a way to have tickets open under a specify category?

@KartikeSingh
Copy link

KartikeSingh commented Dec 27, 2021

yes, just save the id of that category and provide that category as a parent channel.
for example

guild.channels.create("name",{
    parent:guild.channels.cache.get("catgeory-id");
})

@BlobDeveloper
Copy link

yes, just save the id of that category and provide that category as a parent channel.
for example

guild.channels.create("name",{
    parent:guild.channels.cache.get("catgeory-id");
})

Or

parent: 'category id',

@4troDev 4troDev closed this as completed May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants