Skip to content

Commit f589246

Browse files
Snipy7374shiftinv
andauthored
Update disnake/http.py
Co-authored-by: vi <8530778+shiftinv@users.noreply.github.com> Signed-off-by: Snipy7374 <100313469+Snipy7374@users.noreply.github.com>
1 parent ec4c144 commit f589246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

disnake/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,8 +892,8 @@ def unpin_message(
892892
def get_pins(
893893
self,
894894
channel_id: Snowflake,
895-
before: Optional[Snowflake],
896895
limit: int,
896+
before: Optional[Snowflake] = None,
897897
) -> Response[channel.ChannelPins]:
898898
r = Route(
899899
"GET",

0 commit comments

Comments
 (0)