Discord.js v13.10.2, Handling with forums.
From what i understood, a forum channel is a thread so i need to use threadCreate event to notice when one is created. problem is it doesn't emit, probably because im missing an intent (most likely). would love some guidence regarding this matter or maybe the specific intent to add (full object name, for example: Intents.FLAGS.GUILDS).
thanks in advance!
6 Replies
• 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.welp, i don't know then. doesn't emmit anything.
thing is my event emits on channel create
but not forum
creation of forum channels
oh makes sense now
ah, bummers
im adjusting my lock/unlock command
and it just doesn't recognize haha
<:pr_draft:852715368888008714> #7791 in discordjs/discord.js by suneettipirneni created <t:1649824263:R> (review required)
feat: add support for guild forums
it recognizes it as public thread but doesnt emit a thing
ill give a look
thanks!