Skip to content

Commit a67fa1b

Browse files
committed
limit is actually 2-50 not 1-50
discord/discord-api-docs#7585 (comment)
1 parent f501ab0 commit a67fa1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1735,7 +1735,7 @@ async def pins(self, *, before: Optional[datetime] = None, limit: Optional[int]
17351735
limit: Optional[int]
17361736
The maximum number of pinned messages to retrieve. Defaults to 50.
17371737
1738-
This must be a number between 1 and 50.
1738+
This must be a number between 2 and 50.
17391739
17401740
Raises
17411741
-------

0 commit comments

Comments
 (0)