Create Forum Tags

Hey, how can I create Forum Tags? I try it on discord.js
7 Replies
d.js toolkit
d.js toolkitβ€’3y 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 docsβ€’3y ago
method ForumChannel#setAvailableTags() Sets the available tags for this forum channel
Black_Wither
Black_WitherOPβ€’3y 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 docsβ€’3y ago
property ForumChannel#availableTags The set of tags that can be used in this channel.
Black_Wither
Black_WitherOPβ€’3y ago
can you pls make me an example?
Black_Wither
Black_WitherOPβ€’3y ago
But I donβ€˜t check it xD
Black_Wither
Black_WitherOPβ€’3y ago
oh I have it, thank you a lot :3

Did you find this page helpful?