discord.js

Discord js creating discord category


I'm trying to make a category on discord server using Discord Bot but I couldn't find the method or something on internet. Also I looked the "discord.js.org". Then I thought that isn't there any possibility to do that. So is there any way to make a category on discord servers?


Solution

  • You need to use the .createChannel method and then enter „category“ as type of the channel

    <guild>.createChannel("NAME OF THE CHANNEL", "category")