ForumChannel webhook scope

I want to create custom discord backup bot for ForumChannels. I can now create backups but now i want to post it back on my discord. To do that i need to send it as a bot user copy Question: If i create webhook for ForumChannel does this range allows me to create and post into ThreadChannels? They cannot have webhook itself according to docs
3 Replies
d.js docs
d.js docs14mo ago
method Webhook#send() Sends a message with this webhook.
Syjalo
Syjalo14mo ago
Provide this to the send
SzyMoon
SzyMoon14mo ago
Oh my god... It didnt work for me because i was giving both threadName and threadId at the same time and it was causing error To create new thread you give ONLY threadName To send to specific thread you give it threadID Who knew?! Now i got it Thanks!