Is it possible to run through message history since the start of a channel?
I need to pull all messages out of my channel, it's a few years old. Is it possible somehow?
13 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPhttps://discord.com/channels/222078108977594368/1202608431685566464 not recommended if there are millions of messages
short anszer is just no
esp when its an older channel
You could use transcripts?
What transcripts?
Discord does not have any
discord-html-transcripts
That would still require fetching
A transcript wont just magically be created
oh yeah
Theres just no (feasible) way
well it's doable with fetch and a limit of 100, takes a while, but not too bad...
It is
Its massive api spam
So dont do that
as long as im not hammering any limits, i guess its ok?
:thumbsup: