question about threads

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