Mattéo
Mattéo
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by Mattéo on 7/21/2023 in #djs-questions
How to get last messages from a text channel ?
Hello, I would like to get messages from the newest to the oldest in a text channel. My way to get the oldest:
const oldestMessages = await <GuildText>.messages.fetch({ limit: 100 });
const oldestMessages = await <GuildText>.messages.fetch({ limit: 100 });
But how to get the newest ? Thanks guys
14 replies