diff --git a/discord/ext/commands/errors.py b/discord/ext/commands/errors.py index f64d01002..7f6ede14c 100644 --- a/discord/ext/commands/errors.py +++ b/discord/ext/commands/errors.py @@ -476,6 +476,11 @@ class BadInviteArgument(BadArgument): This inherits from :exc:`BadArgument` .. versionadded:: 1.5 + + Attributes + ----------- + argument: :class:`str` + The invite supplied by the caller that was not valid """ def __init__(self, argument: str) -> None: