From a67fa1b53d9dbfd5ec59154097e3263e35d7bd29 Mon Sep 17 00:00:00 2001 From: Soheab_ <33902984+Soheab@users.noreply.github.com> Date: Sat, 14 Jun 2025 15:54:54 +0200 Subject: [PATCH] limit is actually 2-50 not 1-50 https://github.com/discord/discord-api-docs/pull/7585#discussion_r2146950055 --- discord/abc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/abc.py b/discord/abc.py index ab70ff01b..2871964e1 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -1735,7 +1735,7 @@ class Messageable: limit: Optional[int] The maximum number of pinned messages to retrieve. Defaults to 50. - This must be a number between 1 and 50. + This must be a number between 2 and 50. Raises -------