Webhooks in forums
I tried to send webhook in thread channel, which is created in forum, but got this:
DiscordAPIError[220001]: Webhooks posted to forum channels must have a thread_name or thread_id
So, how i can specify thread_id for webhook?
5 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.Your webhook body need to have one of the two properties listed on the error
Read more here