Merge pull request #76

* Fix docs in BadInviteArgument class
This commit is contained in:
NORXND 2021-09-26 07:39:09 +02:00 committed by GitHub
parent 0637a628ca
commit 163d8e6586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -455,6 +455,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 found
"""
def __init__(self, argument: str) -> None: