[commands] Document argument attribute in BadInviteArgument

This commit is contained in:
Daniel Diaz 2022-06-12 14:36:21 -05:00 committed by GitHub
parent e73a805bd7
commit 1f053e0a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -478,6 +478,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: