Create Forum Tags

Hey, how can I create Forum Tags? I try it on discord.js
7 Replies
d.js toolkit
d.js toolkit16mo ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.
d.js docs
d.js docs16mo ago
method ForumChannel#setAvailableTags() Sets the available tags for this forum channel
Black_Wither
Black_Wither16mo ago
@qjuh I mean something like
guild.channels.create({
name: 'test',
topic: 'test topic'
)}

example for tags:
forum.tags.create({
name: 'test tag',
emoji: '🏆'
})
guild.channels.create({
name: 'test',
topic: 'test topic'
)}

example for tags:
forum.tags.create({
name: 'test tag',
emoji: '🏆'
})
d.js docs
d.js docs16mo ago
property ForumChannel#availableTags The set of tags that can be used in this channel.
Black_Wither
Black_Wither16mo ago
can you pls make me an example?
Black_Wither
Black_Wither16mo ago
But I don‘t check it xD
Black_Wither
Black_Wither16mo ago
oh I have it, thank you a lot :3
Want results from more Discord servers?
Add your server