how to get forum tags id?
and then add the tags in specific forum
11 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
<ForumChannel>.availableTags
is an array of GuildForumTag
s
<GuildForumTag>.id
so i must running that
<ForumChannel>.availableTags
and then get the id?what
it's an array
access whatever tag(s) you want (or map all of them if you really want)
then access the
id
property of the object(s)i'd like to create commands that the value is
console.log(<ForumChannel>.availableTags)
to get the tags id?I don't know what you mean by "create commands that the value is availableTags"
umm
maybe like this?
the property is
availableTags
sorry typo
then sure, that will log the array of tags
okay, thanks for helping me:)