Create new forum post?

Are there functions for creating /deleting a forum post? Also: is there a way to get the name of a tag from a forum post?
11 Replies
d.js docs
d.js docs2y 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.
Almeida
Almeida2y ago
<ForumChannel>.threads.create()
d.js docs
d.js docs2y ago
method GuildForumThreadManager#create() Creates a new thread in the property ThreadChannel#appliedTags The tags applied to this thread
t̴humper
t̴humper2y ago
tysm 🙇‍♀️ !!
Almeida
Almeida2y ago
the latter only includes the ids
t̴humper
t̴humper2y ago
can we fetch the tag name from the id somehow?
Almeida
Almeida2y ago
you can get it from
d.js docs
d.js docs2y ago
property ForumChannel#availableTags The set of tags that can be used in this channel.
Almeida
Almeida2y ago
you can use the ids to find the tags in this
t̴humper
t̴humper2y ago
<:Klee_pray:812894973036199936> thanks for the help!