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