We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88da798 commit 122541eCopy full SHA for 122541e
discord/commands/context.py
@@ -270,7 +270,7 @@ def unselected_options(self) -> list[Option] | None:
270
271
@cached_property
272
def attachment_size_limit(self) -> int | None:
273
- """Returns the attachment size limit associated with this context's command.
+ """Returns the attachment size limit associated with this context's interaction.
274
Shorthand for :attr:`.Interaction.attachment_size_limit`.
275
"""
276
return self.interaction.attachment_size_limit
0 commit comments