question about threads

is there a way to edit tags of a thread using a command?
11 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.
duck
duck•3y ago
a forum thread's tags? <ThreadChannel>.setAppliedTags()
d.js docs
d.js docs•3y ago
method ThreadChannel#setAppliedTags() Set the applied tags for this channel (only applicable to forum threads)
cyukizzz
cyukizzzOP•3y ago
Do I do it by its id or the name? @ducktrshessami
JollyJohn
JollyJohn•3y ago
id it takes an array as well
cyukizzz
cyukizzzOP•3y ago
Are you able to show me an example
JollyJohn
JollyJohn•3y ago
example of..?
cyukizzz
cyukizzzOP•3y ago
like changing a tag to a different one ig @nobcop removing a tag then adding a new
Unknown User
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
d.js docs
d.js docs•3y ago
property ForumChannel#availableTags The set of tags that can be used in this channel.
Unknown User
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?