From 09d2697d379bdd751eb519d451c075c080bea340 Mon Sep 17 00:00:00 2001 From: Fleny Date: Mon, 11 Aug 2025 18:55:41 +0200 Subject: [PATCH] api-docs: Update comment on getMessages (#4306) --- packages/rest/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rest/src/types.ts b/packages/rest/src/types.ts index c7f981f9e..9d63b2e20 100644 --- a/packages/rest/src/types.ts +++ b/packages/rest/src/types.ts @@ -1982,7 +1982,7 @@ export interface RestManager { * * @param channelId - The ID of the channel from which to get the messages. * @param options - The parameters for the fetching of the messages. - * @returns A collection of {@link DiscordMessage} objects assorted by message ID. + * @returns Returns an array of {@link DiscordMessage} objects from newest to oldest on success. * * @remarks * Requires that the bot user be able to see the contents of the channel in which the messages were posted.