Skip to content

Commit 270f395

Browse files
authored
Apply suggestion from @Lulalaby
Signed-off-by: Lala Sabathil <[email protected]>
1 parent ebabe24 commit 270f395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/message.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,15 +399,15 @@ async def read_chunked(
399399
400400
Parameters
401401
----------
402+
chunksize: :class:`int`
403+
The maximum size of each chunk to process.
402404
use_cached: :class:`bool`
403405
Whether to use :attr:`proxy_url` rather than :attr:`url` when downloading
404406
the attachment. This will allow attachments to be saved after deletion
405407
more often, compared to the regular URL which is generally deleted right
406408
after the message is deleted. Note that this can still fail to download
407409
deleted attachments if too much time has passed, and it does not work
408410
on some types of attachments.
409-
chunksize: :class:`int`
410-
The maximum size of each chunk to process.
411411
412412
Yields
413413
------

0 commit comments

Comments
 (0)