Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Commit 1f053e0

Browse files
authored
[commands] Document argument attribute in BadInviteArgument
1 parent e73a805 commit 1f053e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

discord/ext/commands/errors.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,11 @@ class BadInviteArgument(BadArgument):
478478
This inherits from :exc:`BadArgument`
479479
480480
.. versionadded:: 1.5
481+
482+
Attributes
483+
-----------
484+
argument: :class:`str`
485+
The invite supplied by the caller that was not valid
481486
"""
482487

483488
def __init__(self, argument: str) -> None:

0 commit comments

Comments
 (0)