How to create new tag in a discussion and how to get the id of any tag in the discussion to apply it
How to create new tag in a discussion and how to get the id of any tag in the discussion to apply it to the new post?
2 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- β
Marked as resolved by OPfrom here?
https://old.discordjs.dev/#/docs/discord.js/14.14.1/class/ForumChannel?scrollTo=availableTags
Discord.js
Discord.js is a powerful node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code significantly tidier and easier to comprehend.