okunamayanad
DIAdiscord.js - Imagine an app
•Created by okunamayanad on 8/21/2024 in #djs-questions
Message.startThread fails with: DiscordAPIError[10008]: Unknown Message
I'm sending a message to the channel using
channel.send
, awaiting it and saving it to a variable called sentMessage
.
Then executing .startThread()
but it fails with:
Here's the code:
8 replies
DIAdiscord.js - Imagine an app
•Created by okunamayanad on 8/19/2024 in #djs-questions
Message create event is being triggered on thread creation
How can I check if the event was because a thread was created?
4 replies
DIAdiscord.js - Imagine an app
•Created by okunamayanad on 8/18/2024 in #djs-questions
Get message by ID and then update it
I tried this but
.update
does not exist
30 replies