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
d.js toolkit
d.js toolkit12mo ago
- 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 OP
Bloonatics
Bloonatics12mo ago
https://discord.com/channels/222078108977594368/1202608431685566464 not recommended if there are millions of messages
treble/luna
treble/luna12mo ago
short anszer is just no esp when its an older channel
Cole
Cole12mo ago
You could use transcripts?
treble/luna
treble/luna12mo ago
What transcripts? Discord does not have any
Cole
Cole12mo ago
discord-html-transcripts
treble/luna
treble/luna12mo ago
That would still require fetching A transcript wont just magically be created
Cole
Cole12mo ago
oh yeah
treble/luna
treble/luna12mo ago
Theres just no (feasible) way
RazR
RazROP12mo ago
well it's doable with fetch and a limit of 100, takes a while, but not too bad...
treble/luna
treble/luna12mo ago
It is Its massive api spam So dont do that
RazR
RazROP12mo ago
as long as im not hammering any limits, i guess its ok?
Cole
Cole12mo ago
:thumbsup:

Did you find this page helpful?