Skip to content

Commit 122541e

Browse files
hich4tPaillat-dev
andauthored
Update discord/commands/context.py
Co-authored-by: Paillat <[email protected]> Signed-off-by: hich4t <[email protected]>
1 parent 88da798 commit 122541e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/commands/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def unselected_options(self) -> list[Option] | None:
270270

271271
@cached_property
272272
def attachment_size_limit(self) -> int | None:
273-
"""Returns the attachment size limit associated with this context's command.
273+
"""Returns the attachment size limit associated with this context's interaction.
274274
Shorthand for :attr:`.Interaction.attachment_size_limit`.
275275
"""
276276
return self.interaction.attachment_size_limit

0 commit comments

Comments
 (0)