BlobDev

Results 3 comments of BlobDev
trafficstars

Please join our discord support server

https://discord.gg/zerio-s-playground-773639842449850368

> yes, just save the id of that category and provide that category as a parent channel. > for example > ```js > guild.channels.create("name",{ > parent:guild.channels.cache.get("catgeory-id"); > }) > ```...