Melio.
Melio.
DIAdiscord.js - Imagine an app
Created by Melio. on 6/20/2023 in #djs-questions
Use a webhook in a forum channel
My bad, thanks
14 replies
DIAdiscord.js - Imagine an app
Created by Melio. on 6/20/2023 in #djs-questions
Use a webhook in a forum channel
True
14 replies
DIAdiscord.js - Imagine an app
Created by Melio. on 6/20/2023 in #djs-questions
Use a webhook in a forum channel
14 replies
DIAdiscord.js - Imagine an app
Created by Melio. on 6/20/2023 in #djs-questions
Use a webhook in a forum channel
When we use Webhook as a POST request, what is the name of the option in the data field ? thread_id isn't working but I use this if it can help :
return await axios({
method: 'post',
url: `${baseURL}/${this.id}/${this.token}`,
data: {
username: name,
avatar_url: avatar,
thread_id: threadId, //not working
content: message,
embeds: embed
}
})
return await axios({
method: 'post',
url: `${baseURL}/${this.id}/${this.token}`,
data: {
username: name,
avatar_url: avatar,
thread_id: threadId, //not working
content: message,
embeds: embed
}
})
14 replies
DIAdiscord.js - Imagine an app
Created by Melio. on 6/20/2023 in #djs-questions
Use a webhook in a forum channel
I'll try
14 replies
DIAdiscord.js - Imagine an app
Created by Melio. on 6/20/2023 in #djs-questions
Use a webhook in a forum channel
Alright, thanks !
14 replies
DIAdiscord.js - Imagine an app
Created by Melio. on 6/20/2023 in #djs-questions
Use a webhook in a forum channel
So the threadId option will work for a forum post ?
14 replies
DIAdiscord.js - Imagine an app
Created by Melio. on 6/20/2023 in #djs-questions
Use a webhook in a forum channel
I didn't see that
14 replies
DIAdiscord.js - Imagine an app
Created by Melio. on 6/20/2023 in #djs-questions
Use a webhook in a forum channel
oh
14 replies
DIAdiscord.js - Imagine an app
Created by Melio. on 6/20/2023 in #djs-questions
Use a webhook in a forum channel
Yes but that's the point the send method doesn't work in forum channels
14 replies
DIAdiscord.js - Imagine an app
Created by Melio. on 6/20/2023 in #djs-questions
Use a webhook in a forum channel
bidenW
14 replies