#(Behr) Forum threads are actually also Text Channel threads
25 messages · Page 1 of 1 (latest)
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>
!tag discordchanneltag.active_threads
Returns the list of all current (non-archived) thread channels inside this text channel.
dDiscordBot
ListTag(DiscordChannelTag)
!tag discordchanneltag.threads
Returns the list of all (archived or not) thread channels inside this text channel.
dDiscordBot
ListTag(DiscordChannelTag)
discord classifies both forum posts and text threads as one channel type actually, and,
i think dDiscordBot is requiring the channel being checked be a GUILD_TEXT channel type, where GUILD_FORUM would also be valid
would this be an easy addition by chance?
i think as an example this may be the relevant code? https://github.com/DenizenScript/dDiscordBot/blob/master/src/main/java/com/denizenscript/ddiscordbot/objects/DiscordChannelTag.java#L280-#L300
"Cannot get 'active_threads' tag: this channel is not a text channel." makes me wonder if it is, unless it's different in the uh
in the api we use for dDiscordBot
i dont know what it's called
im only familiar with the web api
Thread is now a Bug thread. This indicates a core code bug that a developer must resolved, not an error message or other support topic. Please do not misuse the Bug label. Use </helpthread:1028674284870180883> to switch the thread back to a normal help thread if you are not 100% confident it is a code bug.
yep you're right on that
fixed ref #commit-log
thank you so much!